Fixed atom feed
authorLukas Krickl <lukas@krickl.dev>
Sun, 22 Jun 2025 06:48:53 +0000 (08:48 +0200)
committerLukas Krickl <lukas@krickl.dev>
Sun, 22 Jun 2025 06:48:53 +0000 (08:48 +0200)
blog.html
md2html.sh

index 64a24fb9492bf2ebeb97dc8f0e715900ef9b7c7b..de74a70aa34af33440f37e9744ddafa776d22cd6 100644 (file)
--- a/blog.html
+++ b/blog.html
     </ul>
   </article>
   
-  <a href="./blog/atom.xml">Atom Feed</a>
-  <a href="./contact.html" >Contact</a>
+  <p>
+    <a href="./blog/atom.xml">Atom Feed</a>
+  </p>
+  <p>
+    <a href="./contact.html" >Contact</a>
+  </p>
 </body>
 
 </html>
index 1669349610dbbbfed1d50c587dd7bf2281e0d4e1..ba963e1ddd3b896a63dd0a4effe50ed3dfe416aa 100755 (executable)
@@ -30,7 +30,7 @@ write_atom '<?xml version="1.0" encoding="utf-8"?>'
 write_atom '<feed xmlns="http://www.w3.org/2005/Atom">'
 
 write_atom "  <title>$URL</title>"
-write_atom "  <link href=\"$URL/blog/atom.xml\" rel="self" />"
+write_atom "  <link href=\"$URL/blog/atom.xml\" rel=\"self\" />"
 write_atom "  <link href=\"$URL\" />"
 write_atom "  <id>$URL</id>"
 write_atom "  <updated>$DATE</updated>"