„lib/chiya_web/controllers/page_html/channel.html.heex“ ändern

This commit is contained in:
inhji 2023-07-14 14:01:21 +02:00
parent 257db35d31
commit 6b08a71cf0

View file

@ -1,7 +1,7 @@
<section class="max-w-2xl mx-auto"> <section class="max-w-2xl mx-auto">
<.header> <.header>
<%= @channel.name %> <%= @channel.name %>
<:subtitle><%= Markdown.render(@note.content) |> raw %></:subtitle> <:subtitle><%= Markdown.render(@channel.content) |> raw %></:subtitle>
</.header> </.header>
<div class="w-full mt-6 sm:w-auto flex flex-col gap-1.5"> <div class="w-full mt-6 sm:w-auto flex flex-col gap-1.5">