From 8bd7c65290af536307914b200bdb11cd527c64fd Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 27 Dec 2025 13:23:16 +0200 Subject: Update style --- template.html | 374 +++++++++++++++++++++++++++++++--------------------------- 1 file changed, 202 insertions(+), 172 deletions(-) (limited to 'template.html') diff --git a/template.html b/template.html index 9e8d7e0..0edd822 100644 --- a/template.html +++ b/template.html @@ -1,174 +1,204 @@ - + - - - - - -$for(author-meta)$ - -$endfor$ -$if(date-meta)$ - -$endif$ -$if(keywords)$ - -$endif$ -$if(description-meta)$ - -$endif$ - $if(title-prefix)$$title-prefix$ – $endif$$pagetitle$ - - - - - - - - -$for(header-includes)$ - $header-includes$ -$endfor$ -$if(math)$ -$if(mathjax)$ - -$endif$ - $math$ - $endif$ - - - -
- jan's garden -
-
- - - $if(title)$ - $if(hide-body-title)$ - $else$ -

$title$ $if(date)$($date$)$endif$ $if(kind)$[$kind$]$endif$

- $endif$ - $endif$ - -
- $if(slideshow)$ -
- This post is a literate slideshow. -
- $endif$ - - $body$ -
- - - -$if(date)$ -$if(title)$ -$if(slug)$ - -$endif$ -$endif$ -$endif$ - - - -$if(slideshow)$ - - - -$endif$ - - + + + + + + $for(author-meta)$ + + $endfor$ $if(date-meta)$ + + $endif$ $if(keywords)$ + + $endif$ $if(description-meta)$ + + $endif$ + $if(title-prefix)$$title-prefix$ – $endif$$pagetitle$ + + + + + + + + + $for(header-includes)$ $header-includes$ $endfor$ $if(math)$ + $if(mathjax)$ + + $endif$ $math$ $endif$ + + + +
+ jan's garden +
+
+ + + $if(title)$ $if(hide-body-title)$ $else$ +

+
$title$
+ $if(date)$($date$)$endif$ + $if(kind)$[$kind$]$endif$ +

+ $endif$ $endif$ + +
+ $if(slideshow)$ +
+ This post is a literate slideshow. +
+ $endif$ $body$ +
+ + + + $if(date)$ $if(title)$ $if(slug)$ + + $endif$ $endif$ $endif$ + + + + $if(slideshow)$ + + + + $endif$ + -- cgit v1.3