gitbook-plugin-custom-html-footer
v0.0.3
Published
Add HTML footer to gitbook pages
Downloads
5
Readme
Custom HTML Footer for Gitbook
This plugin allows to add a HTML footer to all pages in a book while ignoring the summary column in the process.
Usage
- Update your
book.json
{
"plugins": [
"custom-html-footer"
],
"pluginsConfig": {
"custom-html-footer": {
"footerPath" : "custom-html-footers/footer.html"
}
}
}
- Install the book dependencies
gitbook install
Note
This project is a fork of gitbook-plugin-footer.