From 9da3e7ad5a5aa3b59e5ce8a083cbc1188016291a Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Sun, 5 Jul 2020 19:40:12 +0200 Subject: [PATCH] fix author context --- _layouts/page.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_layouts/page.html b/_layouts/page.html index 4df723c1..ab62212a 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -24,8 +24,9 @@ layout: default
{% if page.url != '/cookies/' %} + {% if page.url != '/webcreds/' %} {% include author.html %} - {% endif %} + {% endif %}{% endif %}
{{ content }}