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.
 
 
 

14 lines
518 B

<footer class="footer-bottom footer">
<div class="container">
<div class="footer-bottom-container">
<div class="website-copyright">
&copy; {{ "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 -->