summaryrefslogtreecommitdiff
path: root/_includes/git-wiki/sections/footer
diff options
context:
space:
mode:
Diffstat (limited to '_includes/git-wiki/sections/footer')
-rw-r--r--_includes/git-wiki/sections/footer/footer.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/_includes/git-wiki/sections/footer/footer.html b/_includes/git-wiki/sections/footer/footer.html
new file mode 100644
index 0000000..f49703b
--- /dev/null
+++ b/_includes/git-wiki/sections/footer/footer.html
@@ -0,0 +1,11 @@
+<footer>
+ {% if site.inc_before_footer %}
+ {% include {{ site.inc_before_footer }} %}
+ {% endif %}
+
+ {% include git-wiki/components/copyrights/copyrights.html %}
+
+ {% if site.inc_after_footer %}
+ {% include {{ site.inc_after_footer }} %}
+ {% endif %}
+</footer> \ No newline at end of file