Give everything the transition property. Fuck, that's awesome

This commit is contained in:
Bun 2025-07-02 23:22:26 -04:00
parent 67de08a5b8
commit df4979192e
12 changed files with 43 additions and 22 deletions

View file

@ -5,7 +5,12 @@
{{ page.title }}
</h1>
<p class="subtitle"><strong>
{{ page.date }},
written: {{ page.date }}
<br>
authors: {%- for tag in page.taxonomies.authors | sort | unique(case_sensitive=false) %}
<a class="post-author" href="{{ get_taxonomy_url(kind='authors', name=tag) | safe }}">{{ tag }}</a>
{% endfor -%}
<br>
tags: {%- for tag in page.taxonomies.tags | sort | unique(case_sensitive=false) %}
<a class="post-tag" href="{{ get_taxonomy_url(kind='tags', name=tag) | safe }}">#{{ tag }}</a>
{% endfor -%}