hugo-theme-almeida/layouts/partials/_avatar.html

7 lines
223 B
HTML
Raw Normal View History

2021-07-28 16:24:15 +00:00
{{ if .BasicInfo.Photo }}
2020-08-16 19:49:25 +00:00
<div class="sideSection avatar">
<div class="avatar__container">
2021-07-28 16:24:15 +00:00
<img class="avatar__img" src="{{ .BasicInfo.Photo }}" alt="photo of me">
2020-08-16 19:49:25 +00:00
</div>
2020-08-16 12:21:35 +00:00
</div>
2020-08-16 19:49:25 +00:00
{{ end }}