diff options
author | Emile <hanemile@protonmail.com> | 2020-03-16 12:28:39 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-03-16 12:28:39 +0100 |
commit | af80ee7175f6e5fe7c6205a77a54ca82126eb81c (patch) | |
tree | c5ffb33f96bddef9f2745aac646e27e028b9304f /hosted/tmpl | |
parent | a59928723873adf3191a93bc14129266e279f601 (diff) |
slash position
Diffstat (limited to 'hosted/tmpl')
-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> |