Skip to content

Commit

Permalink
getting rid of head.js like upstream but there's more to do
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Dec 31, 2019
1 parent 1831ec0 commit 9740588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/document.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ html lang=(attr :lang, 'en' unless attr? :nolang)
- unless author.nil?
p.author: small=author
=content
script src="#{revealjsdir}/lib/js/head.min.js"
// FIXME we need to sync with upstream now, see changes in https://github.com/hakimel/reveal.js/blame/master/index.html
script src="#{revealjsdir}/js/reveal.js"
javascript:
Array.prototype.slice.call(document.querySelectorAll('.slides section')).forEach(function(slide) {
Expand Down

0 comments on commit 9740588

Please sign in to comment.