Minor setting name adjustment (:app_template -> :app_layout).
authorIvan Tashkinov <ivantashkinov@gmail.com>
Fri, 22 Feb 2019 08:10:17 +0000 (11:10 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Fri, 22 Feb 2019 08:10:17 +0000 (11:10 +0300)
lib/pleroma/web/web.ex

index 4f618743df776535231bd4ddd633c952d67606e5..4bf07a6ef6eba6d6207a70532ec59507a125dc96 100644 (file)
@@ -27,7 +27,7 @@ defmodule Pleroma.Web do
       import Pleroma.Web.Gettext
       import Pleroma.Web.Router.Helpers
 
-      plug(:put_layout, Application.get_env(:pleroma, :app_template, "app.html"))
+      plug(:put_layout, Application.get_env(:pleroma, :app_layout, "app.html"))
     end
   end