Index: don't error when there are no posts

This commit is contained in:
TEC 2021-04-26 00:36:35 +08:00
parent c296c632bf
commit 8be861498c
Signed by: tec
GPG key ID: 779591AFDB81F06C

View file

@ -67,7 +67,7 @@ modified for inclusion.
<<collect-posts>>
<<post-formatting>>
(concat
(format-post (car posts))
(when posts (format-post (car posts)))
"\n\n"
(mapconcat (lambda (pf)
(format-post pf 500))