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..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,8 +1,12 @@ + +<%= Application.get_env(:pleroma, :instance)[:name] %> + + diff --git a/priv/static/favicon.png b/priv/static/favicon.png new file mode 100644 index 000000000..f83d923bb Binary files /dev/null and b/priv/static/favicon.png differ