Fix RSS feed link on blog pages
This commit is contained in:
parent
d724eba772
commit
f0b911a328
@ -25,7 +25,7 @@
|
|||||||
<section>
|
<section>
|
||||||
<h2>
|
<h2>
|
||||||
{{ "Latest articles" | _ }}
|
{{ "Latest articles" | _ }}
|
||||||
<small><a href="/@/{{ blog.fqn }}/atom.xml" title="Atom feed">{{ macros::feather(name="rss") }}</a></small>
|
<small><a href="/~/{{ blog.fqn }}/atom.xml" title="Atom feed">{{ macros::feather(name="rss") }}</a></small>
|
||||||
</h2>
|
</h2>
|
||||||
{% if posts | length < 1 %}
|
{% if posts | length < 1 %}
|
||||||
<p>{{ "No posts to see here yet." | _ }}</p>
|
<p>{{ "No posts to see here yet." | _ }}</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user