mikaela.github.io/_includes/footer.html

23 lines
608 B
HTML
Raw Normal View History

2014-12-29 18:35:21 +01:00
<footer class="site-footer">
<div class="wrapper">
<h2 class="footer-heading">{{ site.title }}</h2>
<div class="footer-col-wrapper">
2023-02-22 19:28:38 +01:00
<div class="footer-col footer-col-1">
2014-12-29 18:35:21 +01:00
<ul class="contact-list">
2024-05-22 10:09:44 +02:00
<li><em>{{ site.title }}</em></li>
2014-12-29 18:35:21 +01:00
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
</ul>
</div>
2023-02-22 19:28:38 +01:00
<div class="footer-col footer-col-2">
2024-05-27 09:56:27 +02:00
{%- include social.html -%}
2014-12-29 18:35:21 +01:00
</div>
2023-02-22 19:28:38 +01:00
<div class="footer-col footer-col-3">
2024-05-22 10:09:44 +02:00
<small>{{ site.description|markdownify }}</small>
2014-12-29 18:35:21 +01:00
</div>
</div>
</div>
</footer>