parent
67077267cf
commit
57cf55fecc
@ -25,7 +25,7 @@
|
|||||||
<section>
|
<section>
|
||||||
<h2>
|
<h2>
|
||||||
{{ "Latest articles" | _ }}
|
{{ "Latest articles" | _ }}
|
||||||
<small><a href="/~/{{ blog.fqn }}/atom.xml"><i title="Atom feed" class="fa fa-rss"></i></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>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
{% if recents | length != 0 %}
|
{% if recents | length != 0 %}
|
||||||
<h2>
|
<h2>
|
||||||
{{ "Latest articles" | _ }}
|
{{ "Latest articles" | _ }}
|
||||||
<small><a href="/@/{{ user.fqn }}/atom.xml"><i title="Atom feed" class="fa fa-rss"></i></a></small>
|
<small><a href="/@/{{ user.fqn }}/atom.xml" title="Atom feed">{{ macros::feather(name="rss") }}</a></small>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="cards">
|
<div class="cards">
|
||||||
{% for article in recents %}
|
{% for article in recents %}
|
||||||
|
Loading…
Reference in New Issue
Block a user