themes-magazine-bold/blocks/colophon.ninjatpl
Alex Dunmow 989f1fb515 feat: convert to codeless .bnp — templates + manifest, Go/templ deleted (WO-WZ-021)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 15:28:29 +08:00

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>