From 01ede5a88400a3c8c71b16782b229e1e79783095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20K=C3=B6pke?= Date: Fri, 1 Nov 2024 15:06:28 +0100 Subject: [PATCH] layout fix --- lib/alchemy_pub_web/page_live.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/alchemy_pub_web/page_live.ex b/lib/alchemy_pub_web/page_live.ex index 7f635e9..eb7f4dc 100644 --- a/lib/alchemy_pub_web/page_live.ex +++ b/lib/alchemy_pub_web/page_live.ex @@ -72,7 +72,7 @@ defmodule AlchemyPubWeb.PageLive do
published <%= Map.get(@meta, "date") %>
-
+
<%= raw(@content) %>
-- 2.51.2