From e3f603a2db7b935884f372492a0fe9d3329b6955 Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 9 Jun 2021 22:33:40 +0200 Subject: [PATCH 1/2] update layout --- templates/layout.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/layout.html b/templates/layout.html index 69fa822..b8e573a 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -63,6 +63,9 @@ __ ____________________ {% if 'manifest.json'|asseturl is defined -%} {%- endif %} + {% if this._path == '/' -%} + Mastodon + {%- endif %}
From 6ea31828f207ae6f0960a4f61da3fde566238d6b Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 9 Jun 2021 22:43:44 +0200 Subject: [PATCH 2/2] fix mastodon --- templates/layout.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/layout.html b/templates/layout.html index b8e573a..0758d2c 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -63,9 +63,6 @@ __ ____________________ {% if 'manifest.json'|asseturl is defined -%} {%- endif %} - {% if this._path == '/' -%} - Mastodon - {%- endif %}
@@ -84,7 +81,7 @@ __ ____________________