From cd382aeadbe7f92609d13a74ed7b8b8167da8755 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 8 Aug 2025 23:07:32 -0600 Subject: Working on switch to dark theme --- shittyweb-html.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'shittyweb-html.el') diff --git a/shittyweb-html.el b/shittyweb-html.el index c0d817c..3454566 100644 --- a/shittyweb-html.el +++ b/shittyweb-html.el @@ -41,6 +41,11 @@ holding export options." ">\n") "\n" ;;(org-html--build-meta-info info) ;; Causes scaling issues on mobile + ;; Title (to make up for the above line commented out) + (let* ((title (org-html-plain-text + (org-element-interpret-data (plist-get info :title)) info)) + (title (if (org-string-nw-p title) title "‎"))) + (format "%s\n" title)) (org-html--build-head info) (org-html--build-mathjax-config info) ;; Background -- cgit v1.2.3