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
+7
View File
@@ -0,0 +1,7 @@
{{ if .Site.Data.content.BasicInfo.Photo }}
<div class="sideSection avatar">
<div class="avatar__container">
<img class="avatar__img" src="{{ .Site.Data.content.BasicInfo.Photo }}" alt="photo of me">
</div>
</div>
{{ end }}