Initial commit

This commit is contained in:
2021-05-03 09:15:49 +02:00
commit 0e5638da3e
82 changed files with 1704 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{{ if .Site.Data.content.BasicInfo.Contacts }}
<div class="sideSection contact">
<ul>
{{ range .Site.Data.content.BasicInfo.Contacts }}
<li class="contact__item">
<i class="{{ .Icon }}"></i><span>{{ .Info | safeHTML }}</span>
</li>
{{ end }}
</ul>
</div>
{{ end }}