Gonk Design: Pattern Library

View the website ←

Site Foot

{{ design.patterns.renderPattern('site-foot', {}) | safe }}

Source (Nunjucks)

<footer class="site-foot">
  <div class="wrapper repel">
    <p class="">© Gonk Design {% year %}</p>

    <div class="madeInAustralia" >
      <img src="/images/madeInAustralia.svg"/>
      <p class="made">Made in</p>
      {# <hr> #}
      <p class="au">Australia</p>
    </div>
    <p class="">All rights reserved.</p>
  </div>
</footer>

Gonk Design: Pattern Library

View the website ←