krata/_includes/footer.html

33 lines
925 B
HTML
Raw Normal View History

2019-09-30 14:38:41 +02:00
<!--
The Footer
2020-01-02 14:17:49 +01:00
v2.0
https://github.com/cotes2020/jekyll-theme-chirpy
2019-09-30 14:38:41 +02:00
© 2017-2019 Cotes Chung
MIT License
-->
<footer class="d-flex w-100 justify-content-center">
2020-02-16 19:55:16 +01:00
<div class="d-flex justify-content-between align-items-center">
<div class="footer-left">
2019-09-30 14:38:41 +02:00
<p class="mb-0">
2020-02-16 19:55:16 +01:00
© {{ 'now' | date: "%Y" }}
<a href="{{ site.social.links[0] }}">{{ site.social.name }}</a>.
2020-02-17 17:32:36 +01:00
{% if site.data.right.brief %}
2020-02-16 19:55:16 +01:00
<span data-toggle="tooltip" data-placement="top"
2020-02-17 17:32:36 +01:00
title="{{ site.data.right.verbose }}">{{ site.data.right.brief }}</span>
2020-02-16 19:55:16 +01:00
{% endif %}
2019-09-30 14:38:41 +02:00
</p>
</div>
2020-02-16 19:55:16 +01:00
<div class="footer-right">
2019-09-30 14:38:41 +02:00
<p class="mb-0">
2020-02-16 19:55:16 +01:00
Powered by
<a href="https://jekyllrb.com" target="_blank">Jekyll</a>
with theme
<a href="https://github.com/cotes2020/jekyll-theme-chirpy/">Chirpy</a>.
2019-09-30 14:38:41 +02:00
</p>
</div>
2020-02-16 19:55:16 +01:00
2019-09-30 14:38:41 +02:00
</div> <!-- div.d-flex -->
</footer>