Files
ghost-theme/partials/cardTag.hbs
T
Dimitrie Stefanescu 73c8327ee5 feat(everything): improvements & additions
finishes off landing page structure, adds beta page & plans, cleans up flyout menus, finishes about
page, improves footer layout
2021-02-04 22:27:19 +00:00

9 lines
368 B
Handlebars

<div class="relative py-10 rounded-2xl overflow-hidden flex col-span-2 transition hover:shadow-2xl bg-white dark:bg-gray-900">
<div class="relative block mx-auto self-center text-center">
<a href="{{primary_tag.url}}" class="w-full h-full">
<div class="text-3xl font-semibold text-blue-600">
{{primary_tag.name}}
</div>
</a>
</div>
</div>