Update nav.html
This commit is contained in:
parent
73ca9e017a
commit
54d33dc947
@ -31,13 +31,14 @@
|
|||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
</ul>
|
</ul>
|
||||||
{% if site.navbar-extra %}
|
|
||||||
{% for file in site.navbar-extra %}
|
|
||||||
{% include {{ file }} %}
|
|
||||||
{% endfor %}
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% if site.navbar-extra %}
|
||||||
|
{% for file in site.navbar-extra %}
|
||||||
|
{% include {{ file }} %}
|
||||||
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if site.avatar and page.show-avatar != false %}
|
{% if site.avatar and page.show-avatar != false %}
|
||||||
<div class="avatar-container">
|
<div class="avatar-container">
|
||||||
<div class="avatar-img-border">
|
<div class="avatar-img-border">
|
||||||
|
Loading…
Reference in New Issue
Block a user