summaryrefslogtreecommitdiffstats
path: root/docs/templates/shared/_footer.liquid
diff options
context:
space:
mode:
Diffstat (limited to 'docs/templates/shared/_footer.liquid')
-rw-r--r--docs/templates/shared/_footer.liquid5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/templates/shared/_footer.liquid b/docs/templates/shared/_footer.liquid
new file mode 100644
index 00000000..0e50c133
--- /dev/null
+++ b/docs/templates/shared/_footer.liquid
@@ -0,0 +1,5 @@
+<footer>
+ <div class="container">
+ {{ footer | markdownify }}
+ </div>
+</footer>