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 %} + - Facebook - Twitter - Telegram - Reddit + Facebook + Twitter + Telegram + Reddit -{% endif %} + \ No newline at end of file