templates/title_slide.html.slim in asciidoctor-revealjs-4.1.0 vs templates/title_slide.html.slim in asciidoctor-revealjs-5.0.0.rc1

- old
+ new

@@ -22,7 +22,6 @@ - else h1=@header.title - preamble = @document.find_by context: :preamble - unless preamble.nil? or preamble.length == 0 div.preamble=preamble.pop.content - - unless author.nil? - p.author: small=author + = generate_authors(@document)