„lib/chiya_web/components/public_components.ex“ ändern

This commit is contained in:
inhji 2023-07-07 13:04:02 +02:00
parent 6eb862d546
commit 9bc2b66658

View file

@ -157,6 +157,8 @@ defmodule ChiyaWeb.PublicComponents do
<%= pretty_datetime(note.published_at) %> <%= pretty_datetime(note.published_at) %>
</time> </time>
<.dot /> <.dot />
<.tags note={note} />
<.dot />
<a href={~p"/note/#{note.slug}"} class="text-theme-base/75">Permalink</a> <a href={~p"/note/#{note.slug}"} class="text-theme-base/75">Permalink</a>
<%= if not Enum.empty?(note.images) do %> <%= if not Enum.empty?(note.images) do %>
<.dot /> <.dot />