all repos — nasg @ ae7932a75b1db0f1e588b1c2cef11c439fbc927b

block_syndicate.html (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
<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>