summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-10-29 19:39:50 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-10-29 19:39:50 +0300
commit3c0f3f21fcde1655bcf3c41518b7748dfd574bda (patch)
treebc02afa10178112527864410fb58be5f6e9f33ce
parent1838f739d10571d48d5d4c43dbab2f5687ce3ab3 (diff)
Removed H1 element with instance name from app layout (per #2780).
-rw-r--r--lib/pleroma/web/templates/layout/app.html.eex1
1 files changed, 0 insertions, 1 deletions
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 @@
</a>
</div>
<div class="container">
- <h1><%= Pleroma.Config.get([:instance, :name]) %></h1>
<%= @inner_content %>
</div>
</body>