You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
518 B
15 lines
518 B
7 months ago
|
<footer class="footer-bottom footer">
|
||
|
<div class="container">
|
||
|
<div class="footer-bottom-container">
|
||
|
<div class="website-copyright">
|
||
|
© {{ "now"|date("Y") }} {{ site_name }}, All rights reserved.
|
||
|
</div>
|
||
|
{% if page.footer_bottom_last %}
|
||
|
<div class="footer-bottom-last">
|
||
|
{{ page.footer_bottom_last }}
|
||
|
</div><!-- /footer-bottom-last -->
|
||
|
{% endif %}
|
||
|
</div><!-- /footer-bottom-container -->
|
||
|
</div><!-- /container -->
|
||
|
</footer><!-- /footer-bottom -->
|