diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-03-26 19:06:18 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2024-03-26 21:25:10 +0200 |
| commit | 1dcfacfa22cc50a95ab057023ed58dcb0608c05e (patch) | |
| tree | 62176995c34486ec812c01e38ce57b039d5ce064 /template.html | |
| parent | 7debfa9aa2f19ea12345accc5b1213ef01f61f71 (diff) | |
Improve stuff
Diffstat (limited to 'template.html')
| -rw-r--r-- | template.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/template.html b/template.html index d0160cd..b6c4aaf 100644 --- a/template.html +++ b/template.html @@ -63,7 +63,7 @@ $endif$ </head> <body> <div class="header-row"> - <h1><a class="page-title" href="/">jan's garden</a></h1> + <a class="page-title" href="/">jan's garden</a> <div id="dark-mode-btn"></div> </div> <nav> @@ -73,6 +73,12 @@ $endif$ <a href="/archive">archive</a> </nav> + $if(title)$ + $if(hide-body-title)$ + $else$ + <h1>$title$ $if(date)$<small>($date$)</small>$endif$ $if(kind)$<small>[$kind$]</small>$endif$</h1> + $endif$ + $endif$ $body$ <script> |
