From f934df8bc8fd0c8d19436f1b51a61e1f3f6bd08e Mon Sep 17 00:00:00 2001 From: Nikolas Date: Mon, 28 Oct 2024 12:38:54 +0200 Subject: index: add notes section --- templates/index.html | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 45d963e..4f63b15 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,13 +1,12 @@ {% extends "base.html" %} {% block body %} -
-

Archive of Nikolas Boutalas

-

Opinions are (hopefully) my own.

-
- -
-

Links

- -
+

Archive

+

Opinions are (hopefully) my own.

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

{{notes_section.title}}

+{{ notes_section.content | safe}} +Read More +

Links

+ {% endblock body %} -- cgit v1.2.3