mirror of
https://github.com/kemko/liquid.git
synced 2026-01-03 16:55:40 +03: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>
|