diff options
author | nathan <nathansmith@disroot.org> | 2025-08-08 06:24:28 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-08-08 06:24:28 -0600 |
commit | ef7130a59f106bb2296a015014704d5f2cb03cab (patch) | |
tree | 81f8036de0d3b53fe8885c405cd8fb1d00a7d61d /shittyweb-html.el | |
parent | f748cdb4d72d9f1761bc5aab3987bcaf40357a5c (diff) |
Silly ari ad, better nav bar, and mobile scaling issue
Diffstat (limited to 'shittyweb-html.el')
-rw-r--r-- | shittyweb-html.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shittyweb-html.el b/shittyweb-html.el index dc1e654..c0d817c 100644 --- a/shittyweb-html.el +++ b/shittyweb-html.el @@ -40,7 +40,7 @@ holding export options." (format " lang=\"%s\"" (plist-get info :language)))) ">\n") "<head>\n" - (org-html--build-meta-info info) + ;;(org-html--build-meta-info info) ;; Causes scaling issues on mobile (org-html--build-head info) (org-html--build-mathjax-config info) ;; Background |