Re: Is there a way to add a banner / footer to a group of asciidoc
Posted by
ch007m on
Nov 22, 2013; 8:02am
URL: https://discuss.asciidoctor.org/Is-there-a-way-to-add-a-banner-footer-to-a-group-of-asciidoc-tp1012p1048.html
I tried to use what is described in the ticket without success. So, until now, I have modified the HTML5 document.html.haml file to include header and footer
Header
- unless noheader
-# AsciiDoc leaves an empty header div even if there's no doctitle
#header
- # Include Image
%img{:src => 'images/Image.png', :width => '1024', :height => '152', :align => 'center'}
Footer
#footer
- # Include Image
.footer-image
%img{:src => 'images/rhImage.png', :width => '597', :height => '77'}
#footer-text
Charles Moulliard
Apache Committer / Technologist Evangelist / Blogger / MiddleWare Specialist
Twitter : @cmoulliard