footer.html.twig 365 B

1234567891011
  1. <footer id="bottom-bar">
  2. <div class="row fullwidth">
  3. <section class="large-12 columns">
  4. <h1><a class="logo" href="/">- {{ site.title|e('html') }} -</a></h1>
  5. <address>
  6. {{ site.adresse|e('html') }}<br />
  7. <a class="mailto" href="mailto:{{site.email}}">{{ site.email|e('html') }}</a>
  8. </address>
  9. </section>
  10. </div>
  11. </header>