Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2021-08-08 23:44:57 +0300
committerHauke Stieler <mail@hauke-stieler.de>2021-08-08 23:44:57 +0300
commitad679e78ef50a71613543c450fa47f5a6ffaa80f (patch)
treea8b466227d5138ecb5951a69a0f6f37afa8f073c
parenta9789f4c52f94fe8c858a767366618df79807ef0 (diff)
parent1b5a76d016f6d72336b416c026bb9c7eb9e9a6de (diff)
Merge branch 'dev'v0.7.1
-rw-r--r--layouts/_default/_markup/render-link.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/_markup/render-link.html b/layouts/_default/_markup/render-link.html
index a9457c0..33f9c91 100644
--- a/layouts/_default/_markup/render-link.html
+++ b/layouts/_default/_markup/render-link.html
@@ -1 +1 @@
-<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank"{{ end }}>{{ .Text }}</a>
+<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank"{{ end }}>{{ .Text | .Page.RenderString }}</a>