summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/_default/_markup/render-link.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/layouts/_default/_markup/render-link.html')
-rw-r--r--themes/blowfish/layouts/_default/_markup/render-link.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/themes/blowfish/layouts/_default/_markup/render-link.html b/themes/blowfish/layouts/_default/_markup/render-link.html
index 8336169..b6028bf 100644
--- a/themes/blowfish/layouts/_default/_markup/render-link.html
+++ b/themes/blowfish/layouts/_default/_markup/render-link.html
@@ -1,2 +1,7 @@
-<a href="{{ .Destination | safeURL }}" {{ with .Title}} title="{{ . }}"{{ end }} {{ if or (strings.HasPrefix .Destination "http:") (strings.HasPrefix .Destination "https:") }} target="_blank"{{ end }}>
- {{ .Text | safeHTML }}</a> \ No newline at end of file
+<a href="{{ .Destination | safeURL }}"
+ {{- with .Title -}}
+ title="{{ . }}"
+ {{- end }}
+ {{- if or (strings.HasPrefix .Destination "http:") (strings.HasPrefix .Destination "https:") }} target="_blank"{{ end }}>
+ {{- .Text | safeHTML -}}
+</a> \ No newline at end of file