aboutsummaryrefslogtreecommitdiff
path: root/_includes/footer.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/footer.html')
-rw-r--r--_includes/footer.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
new file mode 100644
index 00000000..bf707fa4
--- /dev/null
+++ b/_includes/footer.html
@@ -0,0 +1,19 @@
+<footer class="site-footer">
+
+ <div class="wrapper">
+ <div class="footer-col-wrapper">
+ <div class="footer-col footer-col-1">
+ <ul class="contact-list">
+ <li>
+ Author: <a href="mailto:rjaros@treksoft.pl">Robert Jaros</a>
+ </li>
+ <li>
+ {% include icon-github.html username=site.github_username %}
+ </li>
+ </ul>
+ </div>
+ </div>
+
+ </div>
+
+</footer>