atom: add atom feed to website for posts
This commit is contained in:
parent
63f177475b
commit
0e7aa0451f
8 changed files with 115 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue