mirror of
https://github.com/rms-support-letter/rms-support-letter.github.io.git
synced 2024-11-11 07:39:07 +01:00
19 lines
393 B
HTML
19 lines
393 B
HTML
<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">
|
|
<p>{{- site.description | escape -}}</p>
|
|
</div>
|
|
|
|
<div class="footer-col footer-col-2">
|
|
{%- include social.html -%}
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</footer>
|