add a tagging system to the website

This commit is contained in:
りき萌 2025-08-24 13:18:51 +02:00
parent 701da6bc4b
commit e1b6578b2a
97 changed files with 1025 additions and 979 deletions

View file

@ -8,8 +8,8 @@
<div class="info">
<time datetime="{{ updated }}">{{ iso_date updated }}</time>
<ul class="categories">
{{#each categories as |category|}}
<li>{{ category }}</li>
{{#each tags as |tag|}}
<li><a href="{{ config.site }}/tag/{{ tag }}">#{{ tag }}</a></li>
{{/each}}
</ul>
</div>