Added FA + light tweaks to home

This commit is contained in:
Peter Krzyzek 2023-05-04 09:59:34 -05:00
parent 56a319a3be
commit a90d43108d
22788 changed files with 1355378 additions and 481 deletions

View file

@ -7,7 +7,6 @@
{{> "components/tags/accent"}}
{{name}}
</a>
size: {{../size}}
{{/foreach}}
{{else}}
{{#foreach tags limit="3"}}
@ -18,7 +17,12 @@
{{/foreach}}
{{/match}}
{{else}}
{{#foreach tags limit="3"}}
<a href="{{url}}" title="{{name}}" class="text-slate-800 text-xxs italic border rounded-full no-underline border-white py-1 px-2 mr-2 bg-white tag tag-{{slug}}">
{{> "components/tags/accent"}}
{{name}}
</a>
{{/foreach}}
{{/if}}
</div>
{{/if}}