Replace this hardcoded <title>

This commit is contained in:
Mark Felder 2018-11-26 22:51:25 +00:00
parent 3370924b8b
commit 6cc94404d7
1 changed files with 3 additions and 1 deletions

View File

@ -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;