feat(tazjin/homepage): Add Atom feed for blog posts

Change-Id: I9049e2cc3f5a2c491ccfad5595d60c01ad926e6d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1712
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
Vincent Ambo 2020-08-10 23:38:07 +01:00 committed by tazjin
parent 452b8c7e23
commit dc13e12b95
4 changed files with 45 additions and 2 deletions

View file

@ -28,7 +28,7 @@ let
<meta name="description" content="tazjin&#39;s blog">
<link rel="stylesheet" type="text/css" href="/static/tazjin.css" media="all">
<link rel="icon" type="image/webp" href="/static/favicon.webp">
<link rel="alternate" type="application/rss+xml" title="RSS-Feed" href="/rss.xml">
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/feed.atom">
<title>tazjin&#39;s blog: ${escape title}</title>
</head>
<body class="light">