aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/publish.el b/publish.el
index f4f2052..d3fe3f3 100644
--- a/publish.el
+++ b/publish.el
@@ -99,7 +99,8 @@ PUB-DIR is when the output will be placed."
:sitemap-title "Yuchen's Blog"
:sitemap-sort-files anti-chronologically
:sitemap-filename "../pages/blog.org"
- :html-head "<link rel='stylesheet' href='../css/default.css' type='text/css'/>"
+ :html-head "<link rel='stylesheet' href='../css/default.css' type='text/css'/>
+<link rel='alternate' title=\"Yuchen's blog\" href='/blog-feed.xml' type='application/rss+xml'>"
:html-preamble me/html-preamble
:html-self-link-headlines t
:author ("Yuchen Pei")
@@ -133,7 +134,9 @@ PUB-DIR is when the output will be placed."
:recursive t
:publishing-function org-html-publish-to-html
:html-head "<link rel='stylesheet' href='../css/default.css' type='text/css'/>
- <link rel='stylesheet' href='../css/page.css' type='text/css'/>"
+ <link rel='stylesheet' href='../css/page.css' type='text/css'/>
+ <link rel='alternate' title=\"Yuchen's blog\" href='/blog-feed.xml' type='application/rss+xml'>
+ <link rel='alternate' title=\"Yuchen's microblog\" href='/microblog-feed.xml' type='application/rss+xml'>"
:html-preamble me/html-preamble
:author ("Yuchen Pei")
:html-postamble me/html-postamble