tagliatelle

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit df17738414e5fecbddc50467beaaad72598a7959
parent 8d48d219fdd66ac64e79bbb237e7e406321a1dee
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Mon,  7 Sep 2026 23:40:30 +0100

Add untagged link to tags page if any exist

Diffstat:
Mtemplates/tags.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/templates/tags.html b/templates/tags.html @@ -10,6 +10,7 @@ </ul> </details> {{end}} +{{if gt .UntaggedCount 0}}<a href="/untagged">Untagged ({{.UntaggedCount}})</a>{{end}} <script src="/static/list-filter.js" defer></script> <script src="/static/list-open.js" defer></script>