diff options
Diffstat (limited to 'config/emacs.org')
| -rw-r--r-- | config/emacs.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/emacs.org b/config/emacs.org index 446643c..8f3de01 100644 --- a/config/emacs.org +++ b/config/emacs.org @@ -145,7 +145,7 @@ PROJECT is the current project." (with-temp-buffer (org-mode) - (insert (format "* [[file:%s][%s]]\n" file title)) + (insert (format "* %s\n" title)) (org-set-property "RSS_PERMALINK" link) (org-set-property "PUBDATE" date) (insert-file-contents file) @@ -429,7 +429,7 @@ This is my org mode configuration, which also configures latex. (f-read-text "~/monorepo/style.css" 'utf-8) "</style>") :html-preamble t - :html-preamble-format (("en" "<p class=\"preamble\"><a href=\"/index.html\">home</a> | <a href=\"./index.html\">section main page</a></p><hr>")) + :html-preamble-format (("en" "<p class=\"preamble\"><a href=\"/index.html\">home</a> | <a href=\"./index.html\">section main page</a> | <a href=\"/blog/rss.xml\">rss feed</a></p><hr>")) ;; sitemap.html stuff :auto-sitemap t |
