Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core/gen: Fix warnings flagged by new compiler options | Marc | 2023-01-15 | 1 | -0/+1 |
| | |||||
* | gen: Style fixups for #5 | Marc | 2022-01-29atom_feed do |feed|
feed.title("Four Island")
feed.updated(@blogs[0].published_at) if @blogs.length > 0
@blogs.limit(10).each do |blog|
feed.entry(blog, published: blog.published_at) do |entry|
entry.title(blog.title)
entry.content(markdown(blog.body), type: 'html')
entry.author do |author|
author.name("hatkirby")
end
end
end
end
|