diff options
Diffstat (limited to 'elisp/publish.el')
-rw-r--r-- | elisp/publish.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elisp/publish.el b/elisp/publish.el index 38fba37..e9b8c40 100644 --- a/elisp/publish.el +++ b/elisp/publish.el @@ -19,6 +19,7 @@ PUB-DIR is when the output will be placed." :with-author nil :html-validation-link nil :with-tags t + :html-htmlize-output-type 'inline-css :html-head-include-default-style nil :html-head-include-scripts nil :html-head "<link rel=stylesheet href=/static/styles.min.css>" |