Files
TETRIS2000/_includes/footer.html
2018-08-21 12:49:26 +02:00

10 lines
363 B
HTML

<footer class="footer-distributed">
<div class="container">
<div class="footer">
<p>{{ site.author }} &copy; {{ site.copyright }}</p>
<p> Theme: <a href="https://github.com/streetturtle/jekyll-clean-dark">jekyll-clean-dark by streetturtle</a></p>
{% include social.html %}
</div>
</div>
</footer>