about summary refs log tree commit diff
path: root/templates/base.html
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-07-04 13:47:18 -0700
committerFranck Cuny <franck@fcuny.net>2024-07-04 13:47:18 -0700
commitbb617eea58ac35679ed9568b103fdd8d5a0937b0 (patch)
tree3f555130bf1dcd31ad413515ade89f1e285d4448 /templates/base.html
parentfix yaml (diff)
downloadfcuny.net-bb617eea58ac35679ed9568b103fdd8d5a0937b0.tar.gz
add the feed and a few more fixes
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 7eeeaf6..75d108c 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -8,7 +8,7 @@
 
     <meta name="author" content="{{- config.author -}}" />
     <meta name="description" content="{%- block description -%}{{- config.description -}}{%- endblock description -%}" />
-    <link rel="alternate" type="application/atom+xml" title="Blog posts" href="{{ get_url(path="/blog/atom.xml", trailing_slash=false) }}" />
+    <link rel="alternate" type="application/atom+xml" title="Blog posts" href="{{ get_url(path="/feed.xml", trailing_slash=false) }}" />
 
     <title>{% block title %}{{- config.title -}}{% endblock title %}</title>
   </head>