From feee72b9d2bf3c7136b43523d902c8002a6c996f Mon Sep 17 00:00:00 2001 From: inhji Date: Fri, 7 Jul 2023 13:48:21 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Elib/chiya=5Fweb/controllers/page=5Fhtm?= =?UTF-8?q?l/about.html.heex=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controllers/page_html/about.html.heex | 48 ++++++++++--------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/lib/chiya_web/controllers/page_html/about.html.heex b/lib/chiya_web/controllers/page_html/about.html.heex index 138f035..41542ad 100644 --- a/lib/chiya_web/controllers/page_html/about.html.heex +++ b/lib/chiya_web/controllers/page_html/about.html.heex @@ -1,24 +1,26 @@ -
-
-
- -
-
-

- <%= @user.name %> -

-
- <%= Markdown.render(@user.bio) |> raw() %> -
-
-
- - <%= if @note do %> -
- <%= Markdown.render(@note.content) |> raw %> +
+
+
+
+ +
+
+

+ <%= @user.name %> +

+
+ <%= Markdown.render(@user.bio) |> raw() %> +
+
- <% end %> -
+ + <%= if @note do %> +
+ <%= Markdown.render(@note.content) |> raw %> +
+ <% end %> +
+