* ox-s5.el (org-s5-template): * ox-deck.el (org-deck-template): Use `org-html--build-head'. See previous commit.
@@ -395,7 +395,7 @@ holding export options."
"<script type='text/javascript'>"
" $(document).ready(function () { $.deck('.slide'); });"
"</script>"
- (org-html--build-style info)
+ (org-html--build-head info)
org-deck-title-page-style
"</head>"
"<body>"
@@ -278,7 +278,7 @@ holding export options."
"<head>"
(org-s5--build-meta-info info)
(org-s5--build-style info)
(org-html--build-mathjax-config info)