From 3c0f3f21fcde1655bcf3c41518b7748dfd574bda Mon Sep 17 00:00:00 2001 From: Ivan Tashkinov Date: Thu, 29 Oct 2020 19:39:50 +0300 Subject: [PATCH] Removed H1 element with instance name from app layout (per #2780). --- lib/pleroma/web/templates/layout/app.html.eex | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pleroma/web/templates/layout/app.html.eex b/lib/pleroma/web/templates/layout/app.html.eex index 2a4bbdba5..1ede59fd8 100644 --- a/lib/pleroma/web/templates/layout/app.html.eex +++ b/lib/pleroma/web/templates/layout/app.html.eex @@ -14,7 +14,6 @@
-

<%= Pleroma.Config.get([:instance, :name]) %>

<%= @inner_content %>