summaryrefslogtreecommitdiffstats
path: root/themes/rusticus/layouts/partials/footer/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/rusticus/layouts/partials/footer/footer.html')
-rw-r--r--themes/rusticus/layouts/partials/footer/footer.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/themes/rusticus/layouts/partials/footer/footer.html b/themes/rusticus/layouts/partials/footer/footer.html
new file mode 100644
index 0000000..124fdd8
--- /dev/null
+++ b/themes/rusticus/layouts/partials/footer/footer.html
@@ -0,0 +1,19 @@
+
+
+ </div>
+
+ <div class="container">
+
+ <footer>
+ <section>
+ <ul>
+ <li><a href="#">contact</a></li>
+ <li><a href="#">imprint</a></li>
+ </ul>
+ </section>
+ </footer>
+
+ </div>
+
+<script type="text/javascript" src="assets/js/{{ .Site.Data.config.head.javascript }}"></script></body>
+</html>