commit 1397707bf89d701cefb2cc8283d3076711e0570a
parent 0126986a636d7a36466dd422732f0fcc772ff96c
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sat, 30 Nov 2019 13:50:22 -0500
Update line counts
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
@@ -12,7 +12,7 @@ What is retained though is support for multilingual page contents. The result is
$ find . -path '*/layouts/*' \( -name '*.html' -o -name '*.css' \) | xargs wc -l
6 ./layouts/partials/css/color.css
0 ./layouts/partials/css/custom.css
- 31 ./layouts/partials/css/style.css
+ 34 ./layouts/partials/css/style.css
1 ./layouts/partials/footer.html
0 ./layouts/partials/head_custom.html
16 ./layouts/partials/nav.html
@@ -20,7 +20,7 @@ What is retained though is support for multilingual page contents. The result is
4 ./layouts/_default/single.html
14 ./layouts/_default/list.html
11 ./layouts/_default/baseof.html
- 90 total
+ 93 total
#+END_EXAMPLE
** Customization