From 4dccae11c13ccefbafb4e58bcbaf4166900d6e94 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 19 Jun 2024 19:23:04 +0200 Subject: Added tags to other notes section --- templates/note.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'templates/note.html') diff --git a/templates/note.html b/templates/note.html index 9f0c476..5f3f928 100644 --- a/templates/note.html +++ b/templates/note.html @@ -19,7 +19,12 @@ {{ range random 20 .Pages }} {{ if and (eq .Type "note") (not .Draft) }} -
  • {{ .Title }}
  • +
  • + {{ range .Meta.tags }} + {{ . }} + {{ end }} + {{ .Title }} +
  • {{ end }} {{ end }} -- cgit v1.2.3