hugo-theme-almeida/layouts/partials/_avatar.html
2021-07-28 18:24:15 +02:00

7 lines
No EOL
223 B
HTML

{{ if .BasicInfo.Photo }}
<div class="sideSection avatar">
<div class="avatar__container">
<img class="avatar__img" src="{{ .BasicInfo.Photo }}" alt="photo of me">
</div>
</div>
{{ end }}