create footer addBlock

This commit is contained in:
vedatakd 2020-02-27 16:56:25 +03:00
parent 0dbe14589b
commit f9c74ca4f1

View File

@ -2,4 +2,5 @@
<div class="container text-center text-muted">
&copy;{{ 'now'|date('Y') }} {{ setting_value('streams::name', 'Your Site') }}, All rights reserved.
</div>
{{ addBlock('footer')|raw }}
</footer>