parent
32a4949f25
commit
133356191a
@ -21,11 +21,11 @@
|
|||||||
<p>
|
<p>
|
||||||
{{ "{{ count }} articles in this blog" | _n(singular="One article in this blog", count = n_articles) }}
|
{{ "{{ count }} articles in this blog" | _n(singular="One article in this blog", count = n_articles) }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<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"><i title="Atom feed" class="fa fa-rss"></i></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