From 1bc80d2d52b76db9215d97bfba61eef6650ceb60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nu=C5=A1a=20Puk=C5=A1i=C4=8D?= Date: Thu, 9 Oct 2025 21:14:55 +0200 Subject: [PATCH] Do not show profile images --- templates/pages/author-about.html.twig | 5 ----- templates/pages/author-media.html.twig | 5 ----- templates/pages/author.html.twig | 5 ----- 3 files changed, 15 deletions(-) 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 %} - {{ author.name }} - {% 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 %} - {{ author.name }} - {% 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 %} - {{ author.name }} - {% endif %} -

{% if author.bot is defined %}