Fix feed links

This commit is contained in:
Jan Kremer 2026-03-17 11:12:18 +01:00
parent 4c1aa547e1
commit a4bfec11f5
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,10 @@
+++ +++
title = "Über mich" title = "Über mich"
date = 2024-12-12 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. Wenn ich nicht gerade lerne, mache ich gerne Sport, vor allem Joggen, Kraftsport und Tanzen.

View file

@ -26,11 +26,11 @@
<link rel="alternate" <link rel="alternate"
type="application/atom+xml" type="application/atom+xml"
title="Atom feed" title="Atom feed"
href="{{ get_url(path=" atom.xml", trailing_slash=false) }}"> href="{{ get_url(path="atom.xml", trailing_slash=false) }}">
<link rel="alternate" <link rel="alternate"
type="application/rss+xml" type="application/rss+xml"
title="RSS" title="RSS"
href="{{ get_url(path=" rss.xml", trailing_slash=false) }}"> href="{{ get_url(path="rss.xml", trailing_slash=false) }}">
{% endblock %} {% endblock %}
<link rel="stylesheet" href="/main.css" /> <link rel="stylesheet" href="/main.css" />
</head> </head>