From c152c6b5a9a45be3b6a7c72fb4142662edd669a2 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 24 May 2023 06:41:01 +0200 Subject: Added tags --- themes/simple/layouts/_default/notes.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'themes/simple/layouts/_default/notes.html') diff --git a/themes/simple/layouts/_default/notes.html b/themes/simple/layouts/_default/notes.html index 1685542..268a1ce 100644 --- a/themes/simple/layouts/_default/notes.html +++ b/themes/simple/layouts/_default/notes.html @@ -19,8 +19,23 @@
{{ range (where .Site.RegularPages "Section" "notes") }}
-
+

{{.Title}}

+

+ + + {{ if .Params.tags }} + with tags + + ( + {{ range .Params.tags }} + {{ . }} + {{ end }} + ) + + {{ end }}

{{ .Content | safeHTML }}
-- cgit v1.2.3