Software /
code /
mercurial-template
Diff
help.tmpl @ 10:ee33ee14040a draft
use `<h3>` for `breadcrumb`.
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Sun, 30 Jul 2023 01:28:17 +0700 |
parent | 0:2f78b9100113 |
line wrap: on
line diff
--- a/help.tmpl Sun Jul 30 00:50:33 2023 +0700 +++ b/help.tmpl Sun Jul 30 01:28:17 2023 +0700 @@ -22,10 +22,12 @@ </div> <main style="max-width: var(--width_max) !important;"> <hr /> - <h1 class="breadcrumb"><a href="/">Software</a> {pathdef%breadcrumb}</h1> - {searchform} + <hr /> + <h3 class="breadcrumb"><a href="/">Software</a> {pathdef%breadcrumb}</h3> + + <hr /> <div id="doc"> {rstdoc(doc, "html")} </div>