We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3755839 commit 40e9995Copy full SHA for 40e9995
layouts/_default/_markup/render-link.html
@@ -1,5 +1,5 @@
1
{{- if (not (or (strings.HasPrefix .Destination "http") (strings.HasPrefix .Destination "#"))) }}
2
- <a href="/3dbrew/{{ .Destination }}"
+ <a href="/3dbrew/{{ strings.Replace .Destination ":" "" }}"
3
{{- with .Title }} title="{{ . }}"{{ end -}}
4
>
5
{{- with .Text }}{{ . }}{{ end -}}
0 commit comments