jce-manager/_includes/footer.html
2014-09-25 18:58:08 +03:00

12 lines
583 B
HTML

<!-- footer start -->
<footer class="site-footer">
<a class="subscribe" href="{{ "/feed.xml" | prepend: site.baseurl }}"> <span class="tooltip"> <i class="fa fa-rss"></i> Subscribe!</span></a>
<div class="inner">
<section class="copyright">All content copyright <a href="mailto:{{ site.email}}">{{ site.name }}</a> &copy; 2014 &bull; All rights reserved.</section>
<section class="poweredby">Made with <a href="http://jekyllrb.com"> Jekyll</a> · By <a href="mailto:sagidayan@gmail.com">Sagi Dayan</a></section>
</div>
</footer>
<!-- footer end -->