footer.html.twig 176 B

1234567
  1. <footer id="bottom-bar">
  2. <div class="row">
  3. <section class="large-12 columns">
  4. <h1><a href="#">{{ site.title|e('html') }}</a></h1>
  5. </section>
  6. </div>
  7. </header>