From 9fe56887a207b02d3c589f3904c4c1c374f5cdbc Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 17 Jul 2023 02:17:11 +0200 Subject: Added semantic tags to templates --- templates/note.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/note.html') diff --git a/templates/note.html b/templates/note.html index 2518d1a..4ce21a0 100644 --- a/templates/note.html +++ b/templates/note.html @@ -4,8 +4,8 @@ {{ define "description" }}{{ .Page.Summary }}{{ end }} {{ define "content" }} -
-

{{ .Page.Title }}

+
+

{{ .Page.Title }}

{{ .Page.Type }}, {{ .Page.Created.Format "Jan 2, 2006" }}

{{ .Page.HTML }} -- cgit v1.2.3