Merge pull request 'fix author for note page' (#180) from devel into main

Reviewed-on: #180
This commit is contained in:
inhji 2023-07-07 07:23:39 +02:00
commit fb0983343a

View file

@ -35,7 +35,7 @@
<a href={~p"/admin/notes/#{@note}"} class="underline-link font-semibold">Show in Admin</a>
<% end %>
<a href={~p"/about"} class="hidden | u-author">Inhji</a>
<a href={~p"/"} class="hidden | h-card u-author">Inhji</a>
<a href={~p"/note/#{@note.slug}"} class="hidden | u-url u-uid"><%= @note.name %></a>
</footer>