summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPhillip Berndt <pberndt@spline.de>2017-09-19 15:37:58 +0200
committerPhillip Berndt <pberndt@spline.de>2017-09-19 15:37:58 +0200
commit963db4bd94e3e992bf216edde8eaf702166d9347 (patch)
tree07fd4049a98cd0fcc9bd42d95984e0ca416f0581 /templates
parentdf76ee9e2523a382eb175ac95177022103507e12 (diff)
downloadcomics-963db4bd94e3e992bf216edde8eaf702166d9347.tar.gz
comics-963db4bd94e3e992bf216edde8eaf702166d9347.tar.bz2
comics-963db4bd94e3e992bf216edde8eaf702166d9347.zip
Create a rudimentary atom feed
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 8a2e338..ccb3d11 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -11,6 +11,7 @@
<link rel="next" href="{{ next.strftime("/sites/%Y/%m/%d.html") }}">
{%- endif %}
<link rel="home" href="/index.html">
+ <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Feed" />
</head>
<body>
<img src="/logo.png" alt="spline logo" width="300" >