try ToC
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-09 17:01:54 +11:00
parent d8b68f2815
commit 1bb983b4b9
3 changed files with 7 additions and 9 deletions

View File

@@ -45,9 +45,8 @@ $include-before$
$endfor$
$if(title)$
<header id="title-block-header">
<!--
<nav id="$idprefix$TOC">
<a href="/"><img alt="Logo" src="$logo$" height="70"></a>
<!--<a href="/"><img alt="Logo" src="$logo$" height="70"></a>-->
$if(toc)$
<ul>
<li><a href="#">Menu</a>
@@ -56,7 +55,6 @@ $if(title)$
</ul>
$endif$
</nav>
-->
<h1 class="title">$title$</h1>
$if(subtitle)$
<p class="subtitle">$subtitle$</p>