mirror of
https://github.com/adulau/foo.be.git
synced 2024-11-22 01:37:05 +00:00
11 lines
632 B
HTML
Executable file
11 lines
632 B
HTML
Executable file
<footer class="c-footer">
|
|
<div class="u-container c-footer__container">
|
|
<p>© {{ 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>
|
|
</div>
|
|
</footer>
|