jce-manager/_includes/footer.html

12 lines
583 B
HTML
Raw Normal View History

2014-09-11 12:49:20 +00:00
<!-- footer start -->
<footer class="site-footer">
2014-09-11 21:26:38 +00:00
<a class="subscribe" href="{{ "/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> &copy; 2014 &bull; All rights reserved.</section>
2014-09-25 15:58:08 +00:00
<section class="poweredby">Made with <a href="http://jekyllrb.com"> Jekyll</a> · By <a href="mailto:sagidayan@gmail.com">Sagi Dayan</a></section>
2014-09-11 12:49:20 +00:00
</div>
</footer>
<!-- footer end -->