Basic support for tracking entry syndication

This commit is contained in:
Danielle McLean 2017-10-25 13:45:33 +11:00
parent 5a4362b129
commit 9adbe012d6
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
4 changed files with 62 additions and 2 deletions

View file

@ -20,5 +20,11 @@
{{ entry.updated | naturaltime }}
</time>
{% endif %}
{% for s in entry.syndications.all %}
<a class="u-syndication" href="{{ s.url }}">
<i class="{{ s.profile.site.icon }}"></i>
{{ s.profile.name }}
</a>
{% endfor %}
</div>
</article>