From a66eab9771459864aeec204b0545a2a9b76033df Mon Sep 17 00:00:00 2001 From: inhji Date: Wed, 5 Jul 2023 16:42:53 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Elib/chiya=5Fweb/controllers/page=5Fhtm?= =?UTF-8?q?l/home.html.heex=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/chiya_web/controllers/page_html/home.html.heex | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/lib/chiya_web/controllers/page_html/home.html.heex b/lib/chiya_web/controllers/page_html/home.html.heex index fafe152..1dde1a2 100644 --- a/lib/chiya_web/controllers/page_html/home.html.heex +++ b/lib/chiya_web/controllers/page_html/home.html.heex @@ -1,11 +1,7 @@ -
-

- <%= @settings.title %> -

-

- <%= @settings.subtitle %> -

-
+<.header> + <:title><%= @settings.title %> + <:subtitle><%= @settings.subtitle %> +