From 67a6fe21f37f8644e7ef45028168b1e4932ac654 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 19 Sep 2025 23:22:30 +0200 Subject: Cleaned up theme --- templates/post.html | 31 +++++++------------------------ 1 file changed, 7 insertions(+), 24 deletions(-) (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html index 297b18f..58a0406 100644 --- a/templates/post.html +++ b/templates/post.html @@ -15,30 +15,13 @@

Other posts

- - - - - - - - - - {{ range .Pages | filterbytype "post" | random 15 }} - {{ if not .Draft }} - - - - - - {{ end }} - {{ end }} - -
DateTitle
{{ .Title }} - {{ if .Meta.tags }} - {{ range .Meta.tags }}{{ . }}{{ end }} - {{ end }} -
+
{{ if .Page.Meta.mathjax }} -- cgit v1.2.3