summaryrefslogtreecommitdiffstats
path: root/themes/rusticus/layouts/partials/footer/footer.html
blob: 70b9b4604fe912defbda0eb9c1239ddda04a30b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
    </div>

    <div class="container">

      <footer>
          <section>
              <ul>
                  <li><a href="{{ ref . "top/imprint.md" }}">imprint</a></li>
              </ul>
          </section>
      </footer>

  </div>

<script type="text/javascript" src="assets/js/{{ .Site.Data.config.head.javascript }}"></script></body>
</html>