Add a field site.domain, so that profiles can be labeled as username@domain, WebFinger style

This commit is contained in:
Danielle McLean 2017-10-31 13:46:52 +11:00
parent 76305543fa
commit 8a9f41759e
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
5 changed files with 61 additions and 5 deletions

View file

@ -28,7 +28,7 @@
{% for s in entry.syndications.all %}
<a class="u-syndication" href="{{ s.url }}">
<i class="{{ s.profile.site.icon }}"></i>
{{ s.profile.name }}
{{ s.profile }}
</a>
{% endfor %}
</div>