diff options
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> |
