templates/partials/_footer.html.twig line 1

Open in your IDE?
  1. <footer class="container-fluid text-center mt-5">
  2.     <p class="text-muted">
  3.         <small>
  4.             &copy;{{ 'now'|date('Y') }}&middot;
  5.             Conçu avec <span class="text-danger">&hearts;</span> par
  6.             <a href="https://rgnenessio.com">
  7.                 Robert GNENESSIO
  8.             </a>
  9.         </small>
  10.     </p>
  11. </footer>