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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/_contacts.html b/layouts/partials/_contacts.html
index 8089052..57d1159 100644
--- a/layouts/partials/_contacts.html
+++ b/layouts/partials/_contacts.html
@@ -1,7 +1,7 @@
-{{ if .Site.Data.content.BasicInfo.Contacts }}
+{{ if .BasicInfo.Contacts }}
<div class="sideSection contact">
<ul>
- {{ range .Site.Data.content.BasicInfo.Contacts }}
+ {{ range .BasicInfo.Contacts }}
<li class="contact__item">
<i class="{{ .Icon }}"></i><span>{{ .Info | safeHTML }}</span>
</li>