Skip to content

Commit

Permalink
Set posts pubDate to 18:00 in rss feed items
Browse files Browse the repository at this point in the history
  • Loading branch information
skydread1 committed Sep 3, 2024
1 parent ea0a60b commit 7535e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loicb/server/md.clj
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
{:title title
:link (str blog-url "/" id)
:guid (str blog-url "/" id)
:pubDate (-> (t/time) (t/on (first date)) (t/in "Asia/Singapore") t/instant)
:pubDate (-> (t/time "18:00") (t/on (first date)) (t/in "Asia/Singapore") t/instant)

Check warning on line 91 in src/loicb/server/md.clj

View check run for this annotation

Codecov / codecov/patch

src/loicb/server/md.clj#L91

Added line #L91 was not covered by tests
:description md-content-short
"content:encoded" (str "<![CDATA["
(md/md-to-html-string md-content
Expand Down

0 comments on commit 7535e6b

Please sign in to comment.