forked from AkkomaGang/akkoma
Replace this hardcoded <title>
This commit is contained in:
parent
3370924b8b
commit
6cc94404d7
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset=utf-8 />
|
<meta charset=utf-8 />
|
||||||
<title>Pleroma</title>
|
<title>
|
||||||
|
<%= Application.get_env(:pleroma, :instance)[:name] %>
|
||||||
|
</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: #282c37;
|
background-color: #282c37;
|
||||||
|
|
Loading…
Reference in a new issue