From 2b2fa94e9445185060ce1704a67b0f8e43e9ef2d Mon Sep 17 00:00:00 2001
From: lain <lain@soykaf.club>
Date: Tue, 13 Mar 2018 14:58:49 +0100
Subject: [PATCH] Move stuff around.

---
 .../templates/mastodon_api/mastodon/index.html.eex  |   8 ++++----
 priv/static/{static => }/favicon.png                | Bin
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename priv/static/{static => }/favicon.png (100%)

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 @@
 <!DOCTYPE html>
 <html lang='en'>
 <head>
-	<title>
-	<%=   Application.get_env(:pleroma, :instance)[:name] %>
-	</title>
+<title>
+<%= Application.get_env(:pleroma, :instance)[:name] %>
+</title>
 <meta charset='utf-8'>
 <meta content='width=device-width, initial-scale=1' name='viewport'>
-<link rel="icon" type="image/png" href="/static/favicon.png"/>
+<link rel="icon" type="image/png" href="/favicon.png"/>
 <link rel="stylesheet" media="all" href="/packs/common.css" />
 <link rel="stylesheet" media="all" href="/packs/default.css" />
 <link rel="stylesheet" media="all" href="/packs/pl-dark-masto-fe.css" />
diff --git a/priv/static/static/favicon.png b/priv/static/favicon.png
similarity index 100%
rename from priv/static/static/favicon.png
rename to priv/static/favicon.png