From 5f4c0e6ac4a77eb3de31156a64ee083e5681186a Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Sat, 21 Jan 2023 11:02:25 +0100 Subject: fix 404 and relative links --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 222ea74..b7dd98b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,7 +21,7 @@ {% block header %}
- +

{{ config.extra.title }}

{% endblock header %} @@ -38,7 +38,7 @@ {%- for post in posts %}
- {{ post.title }} + {{ post.title }} {{ post.date | date(format="%B %e, %Y") }}
{%- endfor %} -- cgit v1.2.3