From: Lukas Krickl Date: Sun, 22 Jun 2025 06:47:49 +0000 (+0200) Subject: Fixed atom feed X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=9d078642f5222d7468ce3dbabf80134d3eab8654;p=website%2F.git Fixed atom feed --- diff --git a/blog.html b/blog.html index c93f0ca..64a24fb 100644 --- a/blog.html +++ b/blog.html @@ -19,7 +19,8 @@
  • 2025-06-22 Hello Blog
  • - + + Atom Feed Contact diff --git a/md2html.sh b/md2html.sh index 0173b92..1669349 100755 --- a/md2html.sh +++ b/md2html.sh @@ -30,8 +30,8 @@ write_atom '' write_atom '' write_atom " $URL" -write_atom " " -write_atom " " +write_atom " " +write_atom " " write_atom " $URL" write_atom " $DATE" for f in *.md; do