X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fweb%2Ftemplates%2Flayout%2Fstatic_fe.html.eex;h=d159eb901cd1dc25020d56ff37baa6f834e7883e;hb=a079ec3a3cdfd42d2cbd51c7698c2c87828e5778;hp=62b59f17c53595d8204675a4685e2d4912831d91;hpb=1dc785b74be6dc790d2b24e833642060303ecee2;p=akkoma diff --git a/lib/pleroma/web/templates/layout/static_fe.html.eex b/lib/pleroma/web/templates/layout/static_fe.html.eex index 62b59f17c..d159eb901 100644 --- a/lib/pleroma/web/templates/layout/static_fe.html.eex +++ b/lib/pleroma/web/templates/layout/static_fe.html.eex @@ -3,14 +3,42 @@ - - <%= Application.get_env(:pleroma, :instance)[:name] %> - - + <%= Pleroma.Config.get([:instance, :name]) %> + <%= Phoenix.HTML.raw(assigns[:meta] || "") %> + + +
+
- <%= render @view_module, @view_template, assigns %> +
+
+ <%= @inner_content %> +
+
+ +