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/note.html | 31 +++++++------------------------ 1 file changed, 7 insertions(+), 24 deletions(-) (limited to 'templates/note.html') diff --git a/templates/note.html b/templates/note.html index 939fdfa..ea73b99 100644 --- a/templates/note.html +++ b/templates/note.html @@ -15,30 +15,13 @@

Other notes

- - - - - - - - - - {{ range .Pages | filterbytype "note" | 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