This repository has been archived on 2023-01-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
the-90s-called/_includes/footer.html
2016-12-26 15:20:55 +01:00

13 lines
365 B
HTML

<footer class="site-footer">
<div class="wrapper">
<h2 class="footer-heading">{{ site.title | escape }}</h2>
<p><em>{{ site.description | escape }}</em></p>
{% if site.author %}
<br>{{ site.author | escape }}
{% endif %}
{% if site.email %}
<br><a href="mailto:{{ site.email }}">{{ site.email }}
{% endif %}
</div>
</footer>