fix: Link links in link log

This commit is contained in:
Robert Prehn 2024-03-07 09:36:34 -06:00
parent 70e36cd887
commit ba88dd3609
No known key found for this signature in database

View file

@ -31,7 +31,7 @@ defmodule PreDotHn.LinkLog do
<channel>
<title>pre.hn - Links</title>
<description>Robert Prehn's Link Log</description>
<link>https://pre.hn</link>
<link>https://pre.hn/link-log/</link>
<atom:link href="https://pre.hn/link-log/feed.rss" rel="self" type="application/rss+xml" />
<%= for link <- @links do %>
@ -40,6 +40,7 @@ defmodule PreDotHn.LinkLog do
<description>
<%= link["summary"] %>
</description>
<link><%= link["url"] %></link>
<guid isPermaLink="true"><%= link["url"] %></guid>
</item>
<% end %>