diff --git a/footer-plugin.js b/footer-plugin.js
new file mode 100644
index 00000000..342ee389
--- /dev/null
+++ b/footer-plugin.js
@@ -0,0 +1,15 @@
+window.$docsify.plugins = [].concat(
+ function(hook) {
+ hook.afterEach(function(html, next) {
+ var footer = '';
+ html = html + footer;
+ next(html);
+ });
+ },
+ window.$docsify.plugins
+ );
+
\ No newline at end of file
diff --git a/index.html b/index.html
index 1e51f95d..1aeab546 100644
--- a/index.html
+++ b/index.html
@@ -44,6 +44,7 @@
+