Log linkily
This commit is contained in:
parent
b8fc11168c
commit
a98540579c
2 changed files with 12 additions and 1 deletions
|
@ -37,7 +37,7 @@ defmodule PreDotHn.LinkLog do
|
|||
|
||||
<%= for link <- @links do %>
|
||||
<item>
|
||||
<title>🔗 <%= HtmlSanitizeEx.strip_tags(link["name"]) %></title>
|
||||
<title><%= Map.get(link, "emoji", "🔗") %> <%= HtmlSanitizeEx.strip_tags(link["name"]) %></title>
|
||||
<description><![CDATA[<html><body>
|
||||
<%= PreDotHn.Markdown.render(link["summary"]) %>
|
||||
</body></html>]]>
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
- url: https://www.youtube.com/watch?v=DHHqQDKzjTg
|
||||
name: "Struthless: The Answer Isn't Online Masculinity"
|
||||
emoji: "📺"
|
||||
summary: |
|
||||
If you don't know Struthless (Campbell Walker) yet, he's making some of the best video essays about creativity, life improvement, mindset, and internet culture on YouTube right now. Go check out his stuff.
|
||||
|
||||
In this one, he tackles the "radioactive" subject of masculinity. I know what you're thinking. Uh oh. Is he for or against masculinity? Which camp is he in? Watch the video.
|
||||
- url: https://ludic.mataroa.blog/blog/i-will-fucking-piledrive-you-if-you-mention-ai-again/
|
||||
name: " Nikhil Suresh: I Will Fucking Piledrive You If You Mention AI Again"
|
||||
summary: |
|
||||
Yeah, this pretty much sums it up.
|
||||
- url: https://www.reddit.com/r/Fantasy/comments/vdt11/comment/c53o23x/
|
||||
name: "Kids need to get answers from humans who love them."
|
||||
summary: |
|
||||
|
|
Loading…
Reference in a new issue