From: Wim Vanderbauwhede Date: Tue, 13 Mar 2018 09:37:55 +0000 (+0000) Subject: A small patch to show the instance name and favicon in the browser title X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=36f615135f1bf4f3dd4917489fe5cef706f4b324;p=akkoma A small patch to show the instance name and favicon in the browser title bar. --- 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] %> + + diff --git a/priv/static/static/favicon.png b/priv/static/static/favicon.png new file mode 100644 index 000000000..f83d923bb Binary files /dev/null and b/priv/static/static/favicon.png differ