feat: update all catalogue filenames

This commit is contained in:
Devin Haska 2024-02-26 16:49:29 -08:00
parent 48b8a5e10e
commit f9ab1b56eb
63 changed files with 4 additions and 70 deletions

View file

@ -31,7 +31,7 @@ imageCaption: ""
</section>
<hr class="[ my-1.5 ]" />
{% from "macros/date.njk" import format %}
{{ format(date) }}
{{ format(page.date) }}
{% block content %}{{ content | safe }}{% endblock %}
{% if url %}
<a href="{{ url }}" class="[ flex mt-1 items-center gap-0.5 ]" target="_blank" rel="external noreferrer noopener">

View file

@ -6,7 +6,7 @@
<a href="{{ post.url }}">{{ post.data.title }}</a>
</div>
<div class="[ font-size-s line-height-s ]"><p class="[ bg-surface text-primary p-0.5 radius-0.25 ]">{{ post.data.tags[1] }}</p></div>
<div class="[ text-fadeText ]">{{ post.data.date | formatDate("MM/DD") }}</div>
<div class="[ text-fadeText ]">{{ post.date | formatDate("MM/DD") }}</div>
</li>
{% endfor %}
</ul>