use the actual assign

This commit is contained in:
byte[] 2019-12-17 01:52:15 -05:00
parent 8b220775bb
commit fee56de1d7

View file

@ -11,7 +11,7 @@ defmodule PhilomenaWeb.PageController do
end
def show(conn, _params) do
render(conn, "show.html", title: conn.assigns.page.title)
render(conn, "show.html", title: conn.assigns.static_page.title)
end
def new(conn, _params) do