tfcconnection-zola/templates/shortcodes/button.html
2025-06-23 15:13:00 -05:00

7 lines
282 B
HTML

<a
class="rounded-lg text-white bg-blue-600 px-4 py-2 text-neutral !no-underline hover:!bg-blue-500 dark:bg-blue-800 dark:hover:!bg-blue-700"
{% if href %}href="{{ href }}"{% endif %}
{% if target %}target="{{ target }}"{% endif %}
role="button">
<i>{{ body }}</i>
</a>