Merge branch 'docs/update-clients' into 'develop'
[akkoma] / lib / pleroma / web / templates / layout / static_fe.html.eex
index 62b59f17c53595d8204675a4685e2d4912831d91..dc0ee2a5c8272614f720cecaf41544ae438cc225 100644 (file)
@@ -3,10 +3,9 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width,initial-scale=1,minimal-ui" />
-    <title>
-    <%= Application.get_env(:pleroma, :instance)[:name] %>
-    </title>
-    <link rel="stylesheet" href="/static/static-fe.css">
+    <title><%= Pleroma.Config.get([:instance, :name]) %></title>
+    <%= Phoenix.HTML.raw(assigns[:meta] || "") %>
+    <link rel="stylesheet" href="/static-fe/static-fe.css">
   </head>
   <body>
     <div class="container">