From 8eaf5920bea9d3920ba1de20a1bb82bb7cc88347 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 14 Feb 2025 01:29:58 +0100 Subject: Added a bit of html tags --- templates/post.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html index 6e122c6..13feb66 100644 --- a/templates/post.html +++ b/templates/post.html @@ -5,8 +5,10 @@ {{ define "content" }}
-

{{ .Page.Title }}

-

{{ .Page.Type }}, {{ .Page.Created.Format "Jan 2, 2006" }}, on {{ .Config.Title }}'s blog

+
+

{{ .Page.Title }}

+

{{ .Page.Type }}, {{ .Page.Created.Format "Jan 2, 2006" }}, on {{ .Config.Title }}'s blog

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