site

Website's source files.
Log | Files | Refs | LICENSE

commit 2df4f04533ba14797b8236d3eb15ba35ab2cc7c8
parent 32e9095a58262f2d33c0d15aadd0a49306aa047d
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Tue, 16 Feb 2021 13:12:06 -0800

Blog posts no longer in a list

Diffstat:
Mpublish.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/publish.el b/publish.el @@ -123,7 +123,7 @@ Return sitemap using TITLE and LIST returned by `create-blogmap-entry'." (concat "#+TITLE: " title "\n\n" "\n#+begin_archive\n" (mapconcat (lambda (li) - (format "@@html:<li>@@ %s @@html:</li>@@" (car li))) + (format "%s" (car li))) (seq-filter #'car (cdr list)) "\n") "\n#+end_archive\n"))