Fix RSS link from post page

master
Hugo Thunnissen 2 years ago
parent f85f306bf7
commit dc6f9d4c2a

@ -86,7 +86,7 @@ print-post-html-top() {
<div style="display: flex; flex-direction: horizontal;"> <div style="display: flex; flex-direction: horizontal;">
<a href="../../blog.html">Blog</a> <a href="../../blog.html">Blog</a>
<span style="margin-left: 1em; margin-right: 1em;">|</span> <span style="margin-left: 1em; margin-right: 1em;">|</span>
<a href="feed.xml">RSS Feed</a> <a href="../../feed.xml">RSS Feed</a>
</div> </div>
<article> <article>
EOF EOF

Loading…
Cancel
Save