fix author context
This commit is contained in:
parent
fa2cb77b5a
commit
9da3e7ad5a
1 changed files with 2 additions and 1 deletions
|
|
@ -24,8 +24,9 @@ layout: default
|
||||||
<!-- Author -->
|
<!-- Author -->
|
||||||
<section>
|
<section>
|
||||||
{% if page.url != '/cookies/' %}
|
{% if page.url != '/cookies/' %}
|
||||||
|
{% if page.url != '/webcreds/' %}
|
||||||
{% include author.html %}
|
{% include author.html %}
|
||||||
{% endif %}
|
{% endif %}{% endif %}
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue