Add favicon

This commit is contained in:
Sol Fisher Romanoff 2022-11-18 14:25:11 +02:00 committed by Sam Therapy
parent 80fb9efc5a
commit efcab4f6d4
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<title><%= Pleroma.Config.get([:instance, :name]) %></title>
<%= Phoenix.HTML.raw(assigns[:meta] || "") %>
<link rel="stylesheet" href="/static-fe/static-fe.css">
<link rel="icon" type="image/png" href="/favicon.png">
</head>
<body>
<div class="background-image"></div>