A small patch to show the instance name and favicon in the browser title

bar.
This commit is contained in:
Wim Vanderbauwhede 2018-03-13 09:37:55 +00:00
parent 30d65639c1
commit 36f615135f
2 changed files with 4 additions and 0 deletions

View File

@ -1,8 +1,12 @@
<!DOCTYPE html>
<html lang='en'>
<head>
<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="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" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB