Files
wp-bootstrap/views/partials/footer-minimal.html.twig

9 lines
286 B
Twig
Raw Permalink Normal View History

<footer class="bg-body-tertiary mt-auto">
<div class="container py-4">
<hr class="mb-4">
<p class="text-body-secondary text-center small mb-0">
&copy; {{ current_year }} {{ site.name }}. {{ __('All rights reserved.') }}
</p>
</div>
</footer>