Merge branch 'master' of https://github.com/Plume-org/Plume into feature/reshare_to_boost

This commit is contained in:
Dominik Pataky
2018-09-03 10:41:37 +02:00
55 changed files with 1865 additions and 526 deletions
+5 -2
View File
@@ -18,8 +18,11 @@
{{ user.summary | safe }}
</div>
{% if recents | length != 0 %}
<h2>{{ "Latest articles" | _ }}</h2>
{% if recents | length != 0 %}
<h2>
{{ "Latest articles" | _ }}
<small><a href="/@/{{ user.fqn }}/atom.xml"><i title="Atom feed" class="fa fa-rss"></i></a></small>
</h2>
<div class="cards">
{% for article in recents %}
{{ macros::post_card(article=article) }}