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/post.html | 39 ++++++++++++++++++--------------------- 1 file changed, 18 insertions(+), 21 deletions(-) (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html index 17f7025..6e122c6 100644 --- a/templates/post.html +++ b/templates/post.html @@ -4,29 +4,26 @@ {{ 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 posts

- -
+
+

+

Other posts

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