From 9d114262053fe91bca8077773ed5908e1d9e8696 Mon Sep 17 00:00:00 2001 From: Nikolas Date: Mon, 28 Oct 2024 18:16:08 +0200 Subject: index: add photos section --- templates/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 8540d29..b6d794c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,10 +1,17 @@ {% extends "base.html" %} {% block body %}

Archive

Opinions are (hopefully) my own.

+ {% set notes_section = get_section(path="notes/_index.md") %}

{{notes_section.title}}

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

{{photos_section.title}}

+{{ photos_section.content | safe}} +Check them out +

Links