mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-09 16:55:26 +00:00
Minor setting name adjustment (:app_template -> :app_layout).
This commit is contained in:
parent
1097ce6d9f
commit
afddce45b3
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ defmodule Pleroma.Web do
|
||||||
import Pleroma.Web.Gettext
|
import Pleroma.Web.Gettext
|
||||||
import Pleroma.Web.Router.Helpers
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue