aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
This commit is contained in:
parent
c567211059
commit
e0cc1b963c
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@
|
|||
(org-rss-publish-to-rss plist filename dir)))
|
||||
|
||||
(setq org-html-htmlize-output-type 'css)
|
||||
(setq postamble (create-webring-html))
|
||||
(setq org-html-postamble 'create-webring-html)
|
||||
(setq org-publish-project-alist
|
||||
'(
|
||||
("org-core"
|
||||
|
@ -86,7 +86,7 @@
|
|||
:section-numbers nil
|
||||
:html-head "<link rel='stylesheet' href='/css/stylesheet.css' type='text/css'/>"
|
||||
:html-preamble "<div class='topnav'><a href='/'>Home</a><a href='/projects.html'>Projects</a><a href='/blog'>Blog</a><a href='/config.html'>Dotfiles</a><a href='/about.html'>About Me</a><a href='/rss.xml'>RSS</a></div>"
|
||||
:html-postamble (format "%S" postamble))
|
||||
:html-postamble t)
|
||||
|
||||
("org-static"
|
||||
:base-directory "~/website/"
|
||||
|
|
Loading…
Add table
Reference in a new issue