feat(assets): add title to tags page

This commit is contained in:
Price Hiller 2024-07-26 11:23:56 -05:00
parent c98f6ecf62
commit 5c420a3997
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -10,6 +10,9 @@
{% include "nav.html" %}
<body>
<div class="page-info">
<div class="page-title">Tags</div>
</div>
<div class="tags">
<ul>
{% for tag in tags | sort -%}