From ffe3ec0b24834b38564db3c63d99eecdb62a37c4 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 18 Jun 2024 18:48:34 +0200 Subject: Upgraded to jbmafp v0.2 --- templates/note.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'templates/note.html') diff --git a/templates/note.html b/templates/note.html index 36c6a3c..c5241c3 100755 --- a/templates/note.html +++ b/templates/note.html @@ -4,11 +4,24 @@ {{ define "description" }}{{ .Page.Summary }}{{ end }} {{ define "content" }} -
+

{{ .Page.Title }}

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

{{ .Page.HTML }}
-
+ + +

+ +
+

Other notes

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