5 lines
469 B
Plaintext
5 lines
469 B
Plaintext
<div data-block="magazine-bold:colophon" class="py-8 font-mono mb-caption">
|
|
{% if credits %}<div class="mb-4">{{ credits|safe }}</div>{% endif %}
|
|
{% if showSocial == "true" or showSocial == true %}<ul class="flex items-center gap-6 mb-hairline-top pt-4 mt-4"><li><a href="#" class="hover:text-foreground">Instagram</a></li><li><a href="#" class="hover:text-foreground">Twitter</a></li><li><a href="#" class="hover:text-foreground">RSS</a></li></ul>{% endif %}
|
|
</div>
|