2014-09-11 12:49:20 +00:00
|
|
|
<!-- footer start -->
|
|
|
|
|
|
|
|
<footer class="site-footer">
|
2014-09-11 19:14:06 +00:00
|
|
|
<a class="subscribe" href="{{ "{{ site.baseurl }}/feed.xml" | prepend: site.baseurl }}"> <span class="tooltip"> <i class="fa fa-rss"></i> Subscribe!</span></a>
|
2014-09-11 12:49:20 +00:00
|
|
|
<div class="inner">
|
|
|
|
<section class="copyright">All content copyright <a href="mailto:{{ site.email}}">{{ site.name }}</a> © 2014 • All rights reserved.</section>
|
|
|
|
<section class="poweredby">Made with <a href="http://jekyllrb.com"> Jekyll</a></section>
|
|
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
<!-- footer end -->
|