Remove ToC from posts index and fix UP link

This commit is contained in:
Tom Willemse 2023-07-26 16:53:40 -07:00
parent 7f17632ab0
commit 317c679082

View file

@ -403,9 +403,9 @@ Argument PROPS
(message "Generating index...")
(with-temp-buffer
(insert "#+title: ryuslash's blog\n")
(insert "#+options: num:nil\n")
(insert "#+html_link_up: /")
(insert "#+html_link_home: /")
(insert "#+options: num:nil toc:nil\n")
(insert "#+html_link_up: /\n")
(insert "#+html_link_home: /\n")
(insert "\n")
(apply 'insert
(mapcar (lambda (file) (publish-extract-summary-from-file file props))