From 1887b2e311696d6781815545ec416fb8b6ed60fd Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 19 Jun 2024 18:35:55 +0200 Subject: Added tags to notes --- templates/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 9291987..f5821fc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -29,7 +29,12 @@ {{ range .Pages }} {{ if and (eq .Type "note") (not .Draft) }} -
  • {{ .Title }}
  • +
  • + {{ range .Meta.tags }} + {{ . }} + {{ end }} + {{ .Title }} +
  • {{ end }} {{ end }} -- cgit v1.2.3