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:
authoruPagge <upagge@mail.ru>2020-12-01 18:36:46 +0300
committeruPagge <upagge@mail.ru>2020-12-01 18:36:46 +0300
commit1251e75e01421d64839153bbccb4bc7205ee14ff (patch)
tree879de16418797a78b901db736eb8199a41c1ee3a /layouts/partials
parente8b9c84d0cb565312bf132ccbd4d967d2df90184 (diff)
parent89d344074a68f30d8f8abdcf20ae3496aea7c89c (diff)
Merge remote-tracking branch 'khusika/home-feat' into feature/github-pull-558
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/home/profile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/home/profile.html b/layouts/partials/home/profile.html
index c008ce3..a7838e3 100644
--- a/layouts/partials/home/profile.html
+++ b/layouts/partials/home/profile.html
@@ -34,7 +34,7 @@
<div id="{{ $id }}" class="typeit"></div>
{{- dict $id (slice $id) | dict "typeitMap" | merge ($.Scratch.Get "this") | $.Scratch.Set "this" -}}
{{- else -}}
- {{- . -}}
+ {{- . | safeHTML -}}
{{- end -}}
</div>
{{- end -}}