Merge branch 'master' of github.com:Plume-org/Plume

This commit is contained in:
Bat
2018-07-24 14:32:11 +02:00
7 changed files with 39 additions and 21 deletions
+4 -1
View File
@@ -19,7 +19,10 @@
<a class="author" href="/@/{{ author.fqn }}">{{ name }}</a>{% if not loop.last %},{% endif %}
{% endfor %}
</p>
<p>
{{ "{{ count }} articles in this blog" | _n(singular="One article in this blog", count = n_articles) }}
</p>
<section>
<h2>{{ "Latest articles" | _ }}</h2>
{% if posts | length < 1 %}