templates/_partials/_footer.html.twig line 1

Open in your IDE?
  1. {# <footer class="footer mb-0 my-5" role="contentinfo"> #}
  2. <footer class="footer mt-auto py-3">
  3.     <div class="container">
  4.         <span class="text-muted">&copy;2021 &bull; design with
  5.             <span style="color:red">&hearts;</span>
  6.             by courtesy of CTO Buisness Intelligence France &bull;
  7.         </span>
  8.         <span class="text-muted float-right">
  9.             <a aria-current="page" title="Back on top" href="#">
  10.                 <i class="fas fa-angle-double-up fa-1x"></i>
  11.             </a>
  12.         </span>
  13.     </div>
  14. </footer>