make show-avatar default for everyone (fixes #715)
This commit is contained in:
parent
7d784b37c8
commit
5068c2de8d
3 changed files with 3 additions and 4 deletions
|
@ -33,7 +33,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
{% if site.avatar and (layout.show-avatar or page.show-avatar) %}
|
||||
{% if site.avatar and page.show-avatar != false %}
|
||||
<div class="avatar-container">
|
||||
<div class="avatar-img-border">
|
||||
<a href="{{ '' | absolute_url }}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue