From 292bab155170594932cc397683ba228fbc9791b9 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 9 Dec 2021 16:22:34 +1100 Subject: updated rss - also added a new mpost --- publish.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'publish.el') diff --git a/publish.el b/publish.el index 2f62127..3144ce5 100644 --- a/publish.el +++ b/publish.el @@ -101,6 +101,7 @@ 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-doctype "html5" :html-head " " :html-preamble me/html-preamble @@ -121,6 +122,7 @@ PUB-DIR is when the output will be placed." :sitemap-title "Yuchen's Microblog" :sitemap-sort-files anti-chronologically :sitemap-filename "../pages/microblog.org" + :html-doctype "html5" :html-head "" :html-preamble me/html-preamble :author ("Yuchen Pei") @@ -134,6 +136,7 @@ PUB-DIR is when the output will be placed." :publishing-directory "site" :recursive t :publishing-function org-html-publish-to-html + :html-doctype "html5" :html-head " -- cgit v1.2.3