Include metadata in static FE conversations and profiles.

This commit is contained in:
Phil Hagelberg 2019-11-05 21:28:36 -08:00
commit bfd5d79826
2 changed files with 11 additions and 5 deletions

View file

@ -3,9 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1,minimal-ui" />
<title>
<%= Pleroma.Config.get([:instance, :name]) %>
</title>
<title><%= Pleroma.Config.get([:instance, :name]) %></title>
<%= Phoenix.HTML.raw(@meta || "") %>
<link rel="stylesheet" href="/static/static-fe.css">
</head>
<body>