diff options
-rw-r--r-- | publish.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -135,6 +135,7 @@ :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-wrap-src-lines t :with-toc nil + :recursive t :publishing-directory "~/public_html/dotfiles" :publishing-function org-html-publish-to-html :headline-levels 4 |