diff --git a/templates/pages/author-about.html.twig b/templates/pages/author-about.html.twig
index 58f05fc..44626a9 100644
--- a/templates/pages/author-about.html.twig
+++ b/templates/pages/author-about.html.twig
@@ -1,11 +1,6 @@
{% extends 'layout.html.twig' %}
{% block body %}
-
- {% if author.image is defined %}
-
- {% endif %}
-
{% if author.nip05 is defined %}
{% if author.nip05 is iterable %}
diff --git a/templates/pages/author-media.html.twig b/templates/pages/author-media.html.twig
index 7289930..ec862e1 100644
--- a/templates/pages/author-media.html.twig
+++ b/templates/pages/author-media.html.twig
@@ -1,11 +1,6 @@
{% extends 'layout.html.twig' %}
{% block body %}
-
- {% if author.image is defined %}
-
- {% endif %}
-
{% if author.nip05 is defined %}
{% if author.nip05 is iterable %}
diff --git a/templates/pages/author.html.twig b/templates/pages/author.html.twig
index 3660911..443aca7 100644
--- a/templates/pages/author.html.twig
+++ b/templates/pages/author.html.twig
@@ -1,11 +1,6 @@
{% extends 'layout.html.twig' %}
{% block body %}
-
- {% if author.image is defined %}
-
- {% endif %}
-
{% if author.bot is defined %}