From ed1db38bdb2f9c6a114b8c1c3bba705dc276dc45 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 22 Sep 2024 11:15:07 -0700 Subject: restructure a bit the index --- templates/index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 4f848be..5c11ab3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,29 +9,29 @@ {% endif %} -

articles

+

articles ⇢

{%- set blog = get_section(path="blog/_index.md") -%} {%- set post_count = blog.pages | length -%} - -

notes

+

notes ⇢

{%- set notes = get_section(path="notes/_index.md") -%} {%- set post_count = notes.pages | length -%} - + +

contact

+ +Email: franck@fcuny.net -- cgit 1.4.1