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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-02-01 14:47:58 +0300
committerDillon <dillonzq@outlook.com>2020-02-01 14:47:58 +0300
commit437ef95e14ed568fd26fd45a950561b8588da024 (patch)
treefec451fca1e817db9918f4fcd84c2af06a2fa47f /layouts/_default/_markup
parent8aa4b6dce6da9601411c7caa07e6352c98ddc4f4 (diff)
feat(exampleSite): add some posts to exampleSite
Diffstat (limited to 'layouts/_default/_markup')
-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 cb9f027..d3224c2 100644
--- a/layouts/_default/_markup/render-link.html
+++ b/layouts/_default/_markup/render-link.html
@@ -6,5 +6,5 @@
target="_blank"
{{ end -}}
>
- {{- .Text -}}
+ {{- .Text | safeHTML -}}
</a> \ No newline at end of file