Bookbinder v10.1.9
This release adds a new feature.
HTML Head Tag
This release adds <%= vars.html_head_meta %>
to the <head>
section of the layout.erb file. With this addition, you can add metadata to the HTML Head of all files in a book generated by Bookbinder.
To use this feature, add the template variable html_head_meta
to your config.yml file. Bookbinder will add the value of the html_head_meta
key to every page in your book.