diff --git a/lib/chiya_web/controllers/page_html/note.html.heex b/lib/chiya_web/controllers/page_html/note.html.heex index 3782e46..67c298c 100644 --- a/lib/chiya_web/controllers/page_html/note.html.heex +++ b/lib/chiya_web/controllers/page_html/note.html.heex @@ -15,17 +15,6 @@ <%= Markdown.render(@note.content) |> raw %> - <%= if not Enum.empty?(@note.links_to) do %> -
- Notes linking here: - -
- <% end %> - <%= if String.length(@note.url || "") > 0 do %>
<.icon name="hero-link" /> <%= @note.url %> @@ -60,9 +49,9 @@