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

github.com/ineesalmeida/almeida-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/_contacts.html')
-rw-r--r--layouts/partials/_contacts.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/partials/_contacts.html b/layouts/partials/_contacts.html
index 7fe6663..8089052 100644
--- a/layouts/partials/_contacts.html
+++ b/layouts/partials/_contacts.html
@@ -2,8 +2,10 @@
<div class="sideSection contact">
<ul>
{{ range .Site.Data.content.BasicInfo.Contacts }}
- <li class="contact__item"><i class="{{ .Icon }}"></i><span>{{ .Info }}</span></li>
+ <li class="contact__item">
+ <i class="{{ .Icon }}"></i><span>{{ .Info | safeHTML }}</span>
+ </li>
{{ end }}
</ul>
</div>
-{{ end }} \ No newline at end of file
+{{ end }}