diff options
author | JSDurand <mmemmew@gmail.com> | 2021-09-05 16:11:44 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-09-05 16:11:44 +0800 |
commit | a07e7e76b6f0ea33368c1d8e5ed87b2b9f45ccad (patch) | |
tree | 1c7b2b96367d4c15203fe5ed372dfa9f93997c3b | |
parent | e9d682e5452f03fdcb64f484bdf04110d4f20340 (diff) |
org: display feeds page in the sidebar
* org-conf.el (durand-org-publish-sidebar): It is better to display
the page containing the feeds in the sidebar, in my opinion.
-rw-r--r-- | org-conf.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org-conf.el b/org-conf.el index b39bbae..cf0b9b1 100644 --- a/org-conf.el +++ b/org-conf.el @@ -556,7 +556,8 @@ If DESC is non-`nil', then it is the description of the new link." <a href=\"math-sitemap.html\"> Math </a>\n\ <a href=\"code-sitemap.html\"> Code </a>\n\ <a href=\"life-sitemap.html\"> Life </a>\n\ -<a href=\"index.html\"> Home </a></div>") +<a href=\"index.html\"> Home </a>\n\ +<a href=\"feeds.html\"> Feeds (Atom) </a></div>") ;; REVIEW: This might be unnecessary. (defun durand-org-publish-insert-sidebar (_arg) |