templates/common/footer.html.twig line 1

Open in your IDE?
  1. <!-- Footer -->
  2. <div class="footer text-muted text-center col-xs-push-3">
  3.      &copy; 2017 - {{ "now"|date("Y") }} by <a href="https://develup.solutions" target="_blank">Mediterranean Develup Solutions</a>
  4. </div>
  5. <!-- /footer -->