Render errors in HTML, not with JS.
[akkoma] / lib / pleroma / web / templates / layout / static_fe.html.eex
index 5d820bb4bf36a2df8fc75d97a406937ef1d97d61..819632cec27c7e2c01003cf8139b4c5d94497df1 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width,initial-scale=1,minimal-ui" />
     <title><%= Pleroma.Config.get([:instance, :name]) %></title>
-    <%= Phoenix.HTML.raw(@meta || "") %>
+    <%= Phoenix.HTML.raw(assigns[:meta] || "") %>
     <link rel="stylesheet" href="/static/static-fe.css">
   </head>
   <body>