From b876019d63c5aa940add10d1bb853c9a6dac66bd Mon Sep 17 00:00:00 2001 From: Nikolas Date: Tue, 29 Oct 2024 14:36:47 +0200 Subject: index: rephrase --- templates/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index c9d0cea..a740ef7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,5 @@ {% extends "base.html" %} {% block body %}

Archive

-

Opinions are (hopefully) my own.

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

{{notes_section.title}}

@@ -14,7 +13,7 @@ {% set photos_section = get_section(path="photos/_index.md") %}

{{photos_section.title}}

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

Links

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