10 lines
363 B
HTML
10 lines
363 B
HTML
<footer class="footer-distributed">
|
|
<div class="container">
|
|
<div class="footer">
|
|
<p>{{ site.author }} © {{ 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>
|