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/note.html | 6 ++++-- templates/page.html | 4 +++- templates/post.html | 6 ++++-- 3 files changed, 11 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/note.html b/templates/note.html index 55a29e9..ce72921 100644 --- a/templates/note.html +++ b/templates/note.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 }}
diff --git a/templates/page.html b/templates/page.html index 8c38e82..90c15df 100644 --- a/templates/page.html +++ b/templates/page.html @@ -5,7 +5,9 @@ {{ define "content" }}
-

{{ .Page.Title }}

+
+

{{ .Page.Title }}

+
{{ .Page.HTML }}
{{ end }} 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