Allow hiding profile picture on some pages
This commit is contained in:
parent
bfde3425a4
commit
3406de9fca
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue