Software /
code /
mercurial-template
Comparison
manifest.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 |
comparison
equal
deleted
inserted
replaced
9:7045f39852ad | 10:ee33ee14040a |
---|---|
31 {logo} | 31 {logo} |
32 </div> | 32 </div> |
33 | 33 |
34 <main> | 34 <main> |
35 <hr /> | 35 <hr /> |
36 <h1 class="breadcrumb"><a href="/">Software</a> {pathdef%breadcrumb}</h1> | |
37 | |
38 {searchform} | 36 {searchform} |
39 | 37 |
40 <h2>Browse</h2> | 38 <hr /> |
39 <h3 class="breadcrumb"><a href="/">Software</a> {pathdef%breadcrumb}</h3> | |
40 | |
41 <hr /> | |
42 <h1>Browse</h1> | |
41 <h4>{repo|escape}{path|escape} @ {rev}:<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a> | 43 <h4>{repo|escape}{path|escape} @ {rev}:<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a> |
42 {alltags} | 44 {alltags} |
43 </h4> | 45 </h4> |
44 <table> | 46 <table> |
45 <thead> | 47 <thead> |