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/post.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html index 2518d1a..7b6c18e 100644 --- a/templates/post.html +++ b/templates/post.html @@ -4,11 +4,11 @@ {{ define "description" }}{{ .Page.Summary }}{{ end }} {{ define "content" }} -
-

{{ .Page.Title }}

+
+

{{ .Page.Title }}

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

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