Minor setting name adjustment (:app_template -> :app_layout).

This commit is contained in:
Ivan Tashkinov 2019-02-22 11:10:17 +03:00
parent 1097ce6d9f
commit afddce45b3
1 changed files with 1 additions and 1 deletions

View 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