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 +++++++++++++++-- templates/post.html | 14 +++++++++++++- 2 files changed, 28 insertions(+), 3 deletions(-) (limited to 'templates') 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 }} diff --git a/templates/post.html b/templates/post.html index 5e4ce80..6061e47 100755 --- a/templates/post.html +++ b/templates/post.html @@ -12,8 +12,20 @@ +

+ +
+

Other posts

+ +
+ {{ if .Page.Meta.mathjax }} - {{ end }} -- cgit v1.2.3