Log links
This commit is contained in:
parent
091cf88684
commit
bb8d89fe6a
3 changed files with 10 additions and 2 deletions
|
@ -114,7 +114,7 @@ defmodule PreDotHn do
|
|||
<item>
|
||||
<title><%= HtmlSanitizeEx.strip_tags(post.title) %></title>
|
||||
<description>
|
||||
<%= Phoenix.HTML.html_escape(post.body) |> elem(1) %>
|
||||
<%= post.body %>
|
||||
</description>
|
||||
<pubDate><%= rss_date_format.(post.date) %></pubDate>
|
||||
<guid isPermaLink="true"><%= @base %><%= post.slug %>/</guid>
|
||||
|
|
|
@ -39,7 +39,7 @@ defmodule PreDotHn.LinkLog do
|
|||
<item>
|
||||
<title>🔗 <%= HtmlSanitizeEx.strip_tags(link["name"]) %></title>
|
||||
<description>
|
||||
<%= link["summary"] %>
|
||||
<%= PreDotHn.Markdown.render(link["summary"]) %>
|
||||
</description>
|
||||
<link><%= link["url"] %></link>
|
||||
<guid isPermaLink="true"><%= link["url"] %></guid>
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
- url: https://www.citationneeded.news/we-can-have-a-different-web/
|
||||
name: "Molly White: We can have a different web"
|
||||
summary: |
|
||||
> The thing is: none of this is gone. Nothing about the web has changed that prevents us from going back. If anything, it's become a lot easier. _We can return._ Better, yet: we can restore the things we loved about the old web while incorporating the wonderful things that have emerged since, developing even better things as we go forward, and leaving behind some things from the early web days we all too often forget when we put on our rose-colored glasses.
|
||||
- url: https://www.collectorsweekly.com/articles/the-polyamorous-christian-socialist-utopia-that-made-silverware-for-proper-americans/
|
||||
name: "The Polyamorous Christian Socialist Utopia That Made Silverware for Proper Americans"
|
||||
summary: |
|
||||
The fascinating origins of Oneida silverware.
|
||||
- url: https://www.experimental-history.com/p/excuse-me-but-why-are-you-eating
|
||||
name: "Adam Mastroianni: Excuse me but why are you eating so many frogs"
|
||||
summary: |
|
||||
|
|
Loading…
Reference in a new issue