summaryrefslogtreecommitdiffstats
path: root/themes/rusticus/layouts/partials/footer/footer.html
diff options
context:
space:
mode:
authorRomeo Disca <romeo.disca@gmail.com>2019-04-14 11:51:55 +0200
committerRomeo Disca <romeo.disca@gmail.com>2019-04-14 12:18:56 +0200
commitc58fdd4b963b43646bf95a8214039955ed6b4b6c (patch)
treecabeb791bbb59ca697f38015deb273af60d12bc4 /themes/rusticus/layouts/partials/footer/footer.html
parent7b4bff7b8aae14c53135cabc06e77ebc6896c9de (diff)
create partials of index.html
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>