File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 :description " A opinionated static site builder."
55 :author " Adam Simpson <adam@adamsimpson.net>"
66 :license " GNU GPLv3"
7- :version " 0.2.8 "
7+ :version " 0.2.9 "
88 :serial t
99 :depends-on (
1010 :local-time
Original file line number Diff line number Diff line change 229229(defun date-as-rfc-822 (date)
230230 (local-time :format-timestring nil
231231 (local-time :parse-timestring date)
232- :format ' (:short-weekday " , " :day " " :short-month " " :year " " :hour " :" :min " :" (:sec 2 ) " " :gmt-offset-hhmm )))
232+ :format ' (:short-weekday " , " :day " " :short-month " " :year " " ( :hour 2 ) " :" ( :min 2 ) " :" (:sec 2 ) " " :gmt-offset-hhmm )))
233233
234234(defun format-data-for-rss (post)
235235 (let ((slug (cdr (assoc :slug post))))
You can’t perform that action at this time.
0 commit comments