diff options
Diffstat (limited to 'themes/hugo-theme-stack/layouts/_default/_markup/render-link.html')
-rw-r--r-- | themes/hugo-theme-stack/layouts/_default/_markup/render-link.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/themes/hugo-theme-stack/layouts/_default/_markup/render-link.html b/themes/hugo-theme-stack/layouts/_default/_markup/render-link.html deleted file mode 100644 index 843854d..0000000 --- a/themes/hugo-theme-stack/layouts/_default/_markup/render-link.html +++ /dev/null @@ -1,3 +0,0 @@ -<a class="link" href="{{ .Destination | safeURL }}" {{ with .Title}} title="{{ . }}" - {{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank" rel="noopener" - {{ end }}>{{ .Text | safeHTML }}</a>
\ No newline at end of file |