mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
7 lines
234 B
Twig
7 lines
234 B
Twig
<footer id="footer">
|
|
<div class="container text-center text-muted">
|
|
©{{ 'now'|date('Y') }} {{ setting_value('streams::name', 'Your Site') }}, All rights reserved.
|
|
</div>
|
|
{{ addBlock('footer')|raw }}
|
|
</footer>
|