Browse Source

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

tags/v1.1.4
Ivan Tashkinov 5 years ago
parent
commit
afddce45b3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pleroma/web/web.ex

+ 1
- 1
lib/pleroma/web/web.ex 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



Loading…
Cancel
Save