You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
easy-rules/site/_includes/footer.html

13 lines
489 B
HTML

<footer>
<div class="grid">
<div class="unit one-third center-on-mobiles">
<p>Project created and maintained by <a target="_blank" href="{{ site.author.web }}">{{ site.author.name}}</a>.</p>
</div>
<div class="unit two-thirds align-right center-on-mobiles">
<p>
Inspired by and built with <a target="_blank" href="http://jekyllrb.com">Jekyll</a>. Hosted on <a target="_blank" href="https://github.com">Github</a>.
</p>
</div>
</div>
</footer>