14 lines
309 B
HTML
14 lines
309 B
HTML
<footer class="site-footer">
|
|
|
|
<div class="wrapper">
|
|
<p class="small">
|
|
© Copyright {{ site.time | date: '%Y' }} {{ site.name }}.
|
|
{{ site.footer_text }}
|
|
{% if site.last_updated %}
|
|
Last updated: {{ site.last_updated }}.
|
|
{% endif %}
|
|
</p>
|
|
</div>
|
|
|
|
</footer>
|