From 4a432b0b94f68e27d4c6b6811aefc97ec079d519 Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Sun, 5 Jul 2020 19:38:48 +0200 Subject: [PATCH] adapt author page --- _includes/author.html | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/_includes/author.html b/_includes/author.html index 134829b0..7e52a5fc 100644 --- a/_includes/author.html +++ b/_includes/author.html @@ -2,7 +2,7 @@ {% assign author = site.team_members | where: "url", author_id | first %}
-{% if page.url != '/cookies/' %} + {% if page.collection == 'posts' %}
@@ -18,18 +18,16 @@ {% endif %}
- {% if page.lang == sv %} - Dela den här sidan: - {% else %} + Share this page: - {% endif %}
+ -{% endif %} +
\ No newline at end of file