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...") (message "Generating index...")
(with-temp-buffer (with-temp-buffer
(insert "#+title: ryuslash's blog\n") (insert "#+title: ryuslash's blog\n")
(insert "#+options: num:nil\n") (insert "#+options: num:nil toc:nil\n")
(insert "#+html_link_up: /") (insert "#+html_link_up: /\n")
(insert "#+html_link_home: /") (insert "#+html_link_home: /\n")
(insert "\n") (insert "\n")
(apply 'insert (apply 'insert
(mapcar (lambda (file) (publish-extract-summary-from-file file props)) (mapcar (lambda (file) (publish-extract-summary-from-file file props))