diff --git a/prosopopee/themes/exposure/templates/sections/author.html b/prosopopee/themes/exposure/templates/sections/author.html
index d4dc3eb..765640b 100644
--- a/prosopopee/themes/exposure/templates/sections/author.html
+++ b/prosopopee/themes/exposure/templates/sections/author.html
@@ -15,12 +15,16 @@
Facebook
+ {% endif %}
+ {% if not loop.last %}
|
{% endif %}
{% if section.facebook %}
Twitter
+ {% endif %}
+ {% if not loop.last %}
|
{% endif %}
{% if section.website %}
diff --git a/prosopopee/themes/material/templates/sections/author.html b/prosopopee/themes/material/templates/sections/author.html
index f95e646..d2d4976 100644
--- a/prosopopee/themes/material/templates/sections/author.html
+++ b/prosopopee/themes/material/templates/sections/author.html
@@ -24,6 +24,8 @@
Facebook
+ {% endif %}
+ {% if not loop.last %}
|
{% endif %}
{% if section.facebook %}
@@ -32,6 +34,8 @@
Twitter
+ {% endif %}
+ {% if not loop.last %}
|
{% endif %}
{% if section.website %}