Allow hiding profile picture on some pages

This commit is contained in:
Théophile Bastian 2021-11-22 17:28:22 +01:00
parent bfde3425a4
commit 3406de9fca
1 changed files with 2 additions and 0 deletions

View File

@ -42,10 +42,12 @@
</div>
<div class="profilepic">
{{ block "profilepic" . }}
<picture>
<source srcset="/img/me_face.jpg" media="(max-width: 1000px)">
<img src="/img/me.jpg">
</picture>
{{ end }}
</div>
</body>
</html>