diff options
Diffstat (limited to 'hosted')
-rw-r--r-- | hosted/tmpl/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hosted/tmpl/index.html b/hosted/tmpl/index.html index a1bbb26..4a17aee 100644 --- a/hosted/tmpl/index.html +++ b/hosted/tmpl/index.html @@ -80,8 +80,7 @@ <header> <h1> - {{range $i, $crumb := .Breadcrumbs}}<a - href="{{html $crumb.Link}}">{{html $crumb.Text}}</a>/{{end}} + {{range $i, $crumb := .Breadcrumbs}}/<a href="{{html $crumb.Link}}">{{html $crumb.Text}}</a>{{end}} </h1> </header> <main> |