Remove ToC from posts index and fix UP link
This commit is contained in:
parent
7f17632ab0
commit
317c679082
1 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue