From 4b534dd48131b3e04336e61c66556afe59f5fc2a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 22 Feb 2025 20:01:22 +0100 Subject: Better tags --- templates/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 57f9b40..be725f5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,8 +21,10 @@ {{ range .Pages }} {{ if and (not .Draft) (or (eq .Type "note") (eq .Type "post")) }}
  • - {{ if eq .Type "note" }} - {{ range .Meta.tags }}{{ . }}{{ end }} + {{ if .Meta.tags }} +
    + {{ range .Meta.tags }}{{ . }}{{ end }} +
    {{ end }} {{ .Title }}
  • -- cgit v1.2.3