fix: Link links in link log
This commit is contained in:
parent
70e36cd887
commit
ba88dd3609
1 changed files with 2 additions and 1 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue