forked from AkkomaGang/akkoma
Merge branch 'fix/pleromafe-title' into 'develop'
Replace hardcoded <title> See merge request pleroma/pleroma!476
This commit is contained in:
commit
a76058fc1d
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset=utf-8 />
|
||||
<title>Pleroma</title>
|
||||
<title>
|
||||
<%= Application.get_env(:pleroma, :instance)[:name] %>
|
||||
</title>
|
||||
<style>
|
||||
body {
|
||||
background-color: #282c37;
|
||||
|
|
Loading…
Reference in a new issue