diff --git a/lib/chiya_web/controllers/page_html/note.html.heex b/lib/chiya_web/controllers/page_html/note.html.heex index e389e91..06d4c65 100644 --- a/lib/chiya_web/controllers/page_html/note.html.heex +++ b/lib/chiya_web/controllers/page_html/note.html.heex @@ -9,6 +9,18 @@ <%= Markdown.render(@note.content) |> raw %> + <%= if not Enum.empty?(@note.links_to) do %> +
+ <.divider text="" /> + Notes linking here: + +
+ <% end %> +