fix: various fixes

This commit is contained in:
Devin Haska 2024-03-01 22:56:33 -08:00
parent 7ec4550b5a
commit 568ece3e95
7 changed files with 69 additions and 59 deletions

View file

@ -1,5 +1,5 @@
{% macro format(dateString) %}
<time class="[ date ] [ flex items-center gap-0.5 text-fadeText ]" datetime="{{ date }}">
<span class="[ text-shadow line-height-s ]">{% include "svgs/calendar.svg" %}</span>{{ dateString | formatDate("MMMM Do YYYY") }}
<span class="[ text-primary line-height-s ]">{% include "svgs/calendar.svg" %}</span>{{ dateString | formatDate("MMMM Do YYYY") }}
</time>
{% endmacro %}