nasg/block_syndicate.html
2017-05-23 11:21:10 +01:00

8 lines
No EOL
216 B
HTML

<aside class="syndicate hide">
{% for s, c in post.syndicate.items() %}
<a href="https://brid.gy/publish/{{ s }}"></a>
{% if c %}
<p class="p-bridgy-{{ s }}-content">{{ c }}</p>
{% endif %}
{% endfor %}
</aside>