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