diff --git a/README.md b/README.md index 9f2fc27c..41f9c4dd 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,12 @@ var CONFIG = { * (optional) */ header: DEFAULT_HEADER, + + /* footer: Matching functionality of header, but at the bottom instead of the top + * https://github.com/resoai/TileBoard/wiki/Header-configuration + * (optional) + */ + footer: DEFAULT_HEADER, } ``` diff --git a/index.html.ejs b/index.html.ejs index d47a4a05..afce8ac6 100644 --- a/index.html.ejs +++ b/index.html.ejs @@ -272,8 +272,14 @@
+ + + +