Merge branch 'bugfix/content_nil_lenght_check' into 'develop'
[akkoma] / lib / pleroma / web / templates / layout / app.html.eex
index 2a8dede80b61ca82fcc9e12d461d5e40f42bf67b..2e96c150901b1dcaf23d14de9dfe6ba219f1b18d 100644 (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;