town-page/_includes/footer.html

26 lines
600 B
HTML
Raw Normal View History

2019-05-13 01:08:12 +00:00
<footer class="site-footer h-card">
<data class="u-url" href="{{ "/" | relative_url }}"></data>
<div class="wrapper">
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
{%- if site.email -%}
<li><a class="u-email" href="mailto:{{ site.email }}">{{ site.email }}</a></li>
{%- endif -%}
</ul>
</div>
<div class="footer-col footer-col-2">
</div>
<div class="footer-col footer-col-3">
2019-05-13 09:34:52 +00:00
{%- include ring.html -%}
2019-05-13 01:08:12 +00:00
</div>
</div>
</div>
</footer>