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/post.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html index 13feb66..4458e8f 100644 --- a/templates/post.html +++ b/templates/post.html @@ -19,7 +19,14 @@ {{ range .Pages | filterbytype "post" | random 15 }} {{ if not .Draft }} -
  • {{ .Title }}
  • +
  • + {{ if .Meta.tags }} +
    + {{ range .Meta.tags }}{{ . }}{{ end }} +
    + {{ end }} + {{ .Title }} +
  • {{ end }} {{ end }} -- cgit v1.2.3