aboutsummaryrefslogtreecommitdiffstats
path: root/template.go
diff options
context:
space:
mode:
Diffstat (limited to 'template.go')
-rw-r--r--template.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/template.go b/template.go
index 583a50b..ef02ce0 100644
--- a/template.go
+++ b/template.go
@@ -27,7 +27,7 @@ var tpltext = `<!doctype html>
27 {{- $uriParts = $uriParts | pop -}} 27 {{- $uriParts = $uriParts | pop -}}
28 {{- end -}} 28 {{- end -}}
29 29
30 <button class="location__prefix">gopher://</button> 30 <button class="location__prefix">gopher://</button><button class="location__prefix location__prefix--mobile">://</button>
31 {{- range $i, $part := $uriParts -}} 31 {{- range $i, $part := $uriParts -}}
32 {{- if ne $i 1 -}} 32 {{- if ne $i 1 -}}
33 {{- $href = printf "%s/%s" $href . -}} 33 {{- $href = printf "%s/%s" $href . -}}