mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
18 lines
340 B
HTML
18 lines
340 B
HTML
<footer class="site-footer">
|
|
|
|
<div class="wrapper">
|
|
|
|
<h2 class="footer-heading">{{ site.data.site.title }}</h2>
|
|
|
|
<div class="footer-col-wrapper">
|
|
<div class="footer-col footer-col-1">
|
|
<ul class="contact-list">
|
|
<li>{{ site.data.site.title }}</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</footer>
|