From 24fa9b6b84b233181b9c624826be5dd901fbe7d1 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 9 Feb 2025 03:34:10 +0100 Subject: New style --- templates/note.html | 46 +++++++++++++++++++++------------------------- 1 file changed, 21 insertions(+), 25 deletions(-) (limited to 'templates/note.html') diff --git a/templates/note.html b/templates/note.html index c543773..55a29e9 100644 --- a/templates/note.html +++ b/templates/note.html @@ -4,34 +4,30 @@ {{ define "description" }}{{ .Page.Summary }}{{ end }} {{ define "content" }} -
-

{{ .Page.Title }}

-

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

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

{{ .Page.Title }}

+

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

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

-

Other notes

- -
+
+

+

Other notes

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