aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2018-03-13 14:58:49 +0100
committerlain <lain@soykaf.club>2018-03-13 14:58:49 +0100
commit2b2fa94e9445185060ce1704a67b0f8e43e9ef2d (patch)
tree1452a32fcec7e17c49b478051b64c1e3b4e31e33
parent36f615135f1bf4f3dd4917489fe5cef706f4b324 (diff)
downloadpleroma-2b2fa94e9445185060ce1704a67b0f8e43e9ef2d.tar.gz
Move stuff around.
-rw-r--r--lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex8
-rw-r--r--priv/static/favicon.png (renamed from priv/static/static/favicon.png)bin2411 -> 2411 bytes
2 files changed, 4 insertions, 4 deletions
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
index f83d923bb..f83d923bb 100644
--- a/priv/static/static/favicon.png
+++ b/priv/static/favicon.png
Binary files differ