diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-03-02 23:30:32 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-03-02 23:30:32 +0100 |
commit | 2df0b602ee386577a6f3abff32aa78c3636fbf0a (patch) | |
tree | 07092951c7e7c391e5e379a1791dbca2968a448c /_includes/footer.html | |
parent | 06474f24da354bd04ec30bea844b448b6fcff877 (diff) | |
download | kvision-2df0b602ee386577a6f3abff32aa78c3636fbf0a.tar.gz kvision-2df0b602ee386577a6f3abff32aa78c3636fbf0a.tar.bz2 kvision-2df0b602ee386577a6f3abff32aa78c3636fbf0a.zip |
Website configuration.
Introduction article.
Diffstat (limited to '_includes/footer.html')
-rw-r--r-- | _includes/footer.html | 19 |
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> |