Software /
code /
mercurial-template
Changeset
8:475f52b6ca68 draft
filediff.tmpl: use `<h3>` for `breadcrumb`.
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Sun, 30 Jul 2023 00:46:54 +0700 |
parents | 7:ca2f32aab632 |
children | 9:7045f39852ad |
files | filediff.tmpl |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/filediff.tmpl Sun Jul 30 00:43:48 2023 +0700 +++ b/filediff.tmpl Sun Jul 30 00:46:54 2023 +0700 @@ -43,11 +43,13 @@ <main> <hr /> -<h1 class="breadcrumb"><a href="/">Software</a> {pathdef%breadcrumb}</h1> - {searchform} -<h2>Diff</h2> +<hr /> +<h3 class="breadcrumb"><a href="/">Software</a> {pathdef%breadcrumb}</h3> + +<hr /> +<h1>Diff</h1> <h4>{file|escape} @ {rev}:<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a> {alltags} </h4>