From 36f615135f1bf4f3dd4917489fe5cef706f4b324 Mon Sep 17 00:00:00 2001 From: Wim Vanderbauwhede Date: Tue, 13 Mar 2018 09:37:55 +0000 Subject: A small patch to show the instance name and favicon in the browser title bar. --- lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex b/lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex index ac50ad46b..d6247c7d8 100644 --- a/lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex +++ b/lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex @@ -1,8 +1,12 @@ + + <%= Application.get_env(:pleroma, :instance)[:name] %> + + -- cgit v1.2.3 From 2b2fa94e9445185060ce1704a67b0f8e43e9ef2d Mon Sep 17 00:00:00 2001 From: lain Date: Tue, 13 Mar 2018 14:58:49 +0100 Subject: Move stuff around. --- lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex b/lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex index d6247c7d8..f96b15d64 100644 --- a/lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex +++ b/lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex @@ -1,12 +1,12 @@ - - <%= Application.get_env(:pleroma, :instance)[:name] %> - + +<%= Application.get_env(:pleroma, :instance)[:name] %> + - + -- cgit v1.2.3