From a4bfec11f521074f45885ffdba07aad3d24bf9c6 Mon Sep 17 00:00:00 2001 From: Jan Kremer Date: Tue, 17 Mar 2026 11:12:18 +0100 Subject: [PATCH] Fix feed links --- content/about.md | 4 ++-- templates/base.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/about.md b/content/about.md index f5589cd..775e8a3 100644 --- a/content/about.md +++ b/content/about.md @@ -1,10 +1,10 @@ +++ title = "Über mich" date = 2024-12-12 -updated = 2026-03-06 +updated = 2026-03-17 +++ -Mein Name ist _Jan Kremer_. Ich bin 29 Jahre alt und habe *Pharmazie* studiert. Manchmal schreibe ich über Technik und Software die ich benutze. +Mein Name ist *Jan Kremer*. Ich bin 29 Jahre alt und habe *Pharmazie* studiert. Manchmal schreibe ich über Technik und Software die ich benutze. Wenn ich nicht gerade lerne, mache ich gerne Sport, vor allem Joggen, Kraftsport und Tanzen. diff --git a/templates/base.html b/templates/base.html index 7064e1c..c7f6a6a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -26,11 +26,11 @@ + href="{{ get_url(path="atom.xml", trailing_slash=false) }}"> + href="{{ get_url(path="rss.xml", trailing_slash=false) }}"> {% endblock %}