atom: add atom feed to website for posts

This commit is contained in:
Chris Josten 2024-10-12 22:31:23 +02:00
parent 63f177475b
commit 0e7aa0451f
8 changed files with 115 additions and 6 deletions

View file

@ -6,6 +6,7 @@ html(prefix="og: http://ogp.me/ns#")
//- Kick off loading the css as fast as possible
meta(name="viewport", content="width=device-width; initial-scale=1")
link(rel="stylesheet", href="/static/style/base.css")
link(rel="alternate", href="/feeds/posts.atom", type="application/atom+xml", title=trWeb("template.feed.title").format(trWeb("template.feed.posts.title")))
- string page_image = "/static/img/logo.png";
- string page_title;