diff options
author | uvok cheetah | 2019-05-14 21:20:17 +0200 |
---|---|---|
committer | uvok cheetah | 2019-05-14 21:20:17 +0200 |
commit | 92411ecbd9f0cbcec5620de2efbefade7254afca (patch) | |
tree | 807f42473fd484ff9434753ac04f70b609624678 /_includes/footer.html |
Initial commit
Diffstat (limited to '_includes/footer.html')
-rw-r--r-- | _includes/footer.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..bc160cb --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,18 @@ +<footer class="site-footer"> + + <div class="wrapper"> + + <div class="footer-col-wrapper"> + <div class="footer-col footer-col-1"> + </div> + + <div class="footer-col footer-col-2"> + </div> + + <div class="footer-col footer-col-3"> + </div> + </div> + + </div> + +</footer> |