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