From 7bc19d04271f7b073580f4eb04fba6e672869542 Mon Sep 17 00:00:00 2001 From: Nikolas Date: Mon, 28 Oct 2024 19:09:00 +0200 Subject: notes: drop section page --- templates/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index ea3c2e2..c9d0cea 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,7 +5,11 @@ {% set notes_section = get_section(path="notes/_index.md") %}

{{notes_section.title}}

{{ notes_section.content | safe}} -Read more + {% set photos_section = get_section(path="photos/_index.md") %}

{{photos_section.title}}

-- cgit v1.2.3