diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-16 21:22:53 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-16 21:22:53 -0700 |
| commit | 45d80477f95f00b15e43ea01d46a77ed4a0c23c6 (patch) | |
| tree | 68e0b80567113127bb449c3905d5dbe5519f7cea | |
| parent | e994229cea4be90548ff305495c63b0b8a5ebed3 (diff) | |
| parent | 3a38872882817b173b9e85507cf23190fbf1ec1a (diff) | |
merge rss
| -rw-r--r-- | config/emacs.org | 4 | ||||
| m--------- | nix | 0 |
2 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 diff --git a/nix b/nix -Subproject d39c3424e273b77c84850bfceaab25a610395cd +Subproject aa54af810702c5b64aa2b1d2425fa919b53768e |
