foo.be/_includes/footer.html

12 lines
632 B
HTML
Raw Normal View History

2015-12-03 01:59:10 +00:00
<footer class="c-footer">
2015-12-30 15:31:33 +00:00
<div class="u-container c-footer__container">
<p>&copy; {{ site.title }} {{ site.time | date: '%Y' }}</p>
<p>
{% if site.twitterUsername %}<a href="https://twitter.com/{{ site.twitterUsername }}">Twitter</a>{% endif %}
{% if site.githubUsername %}<a href="https://github.com/{{ site.githubUsername }}">Github</a>{% endif %}
{% if site.dribbbleUsername %}<a href="https://dribbble.com/{{ site.dribbbleUsername }}">Dribbble</a>{% endif %}
{% if site.codepenUsername %}<a href="http://codepen.io/{{ site.codepenUsername }}">CodePen</a>{% endif %}
</p>
2015-12-03 01:59:10 +00:00
</div>
</footer>