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>
|
||||||
|
|
||||||
<div class="profilepic">
|
<div class="profilepic">
|
||||||
|
{{ block "profilepic" . }}
|
||||||
<picture>
|
<picture>
|
||||||
<source srcset="/img/me_face.jpg" media="(max-width: 1000px)">
|
<source srcset="/img/me_face.jpg" media="(max-width: 1000px)">
|
||||||
<img src="/img/me.jpg">
|
<img src="/img/me.jpg">
|
||||||
</picture>
|
</picture>
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue