Update RSS feeds

This commit is contained in:
2024-01-27 11:01:22 +11:00
parent f194e216d0
commit f680ee8647
5 changed files with 20 additions and 6 deletions

View File

@@ -10,6 +10,18 @@ module Adamantium
published_at.strftime("%e %B, %Y")
end
def display_title
"🔖: #{name}"
end
def feed_content
content || ""
end
def permalink
"#{Hanami.app.settings.micropub_site_url}/bookmark/#{slug}"
end
def machine_published_at
published_at.rfc2822
end