summaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
blob: 1e509f38fcab602cd6491ee7583f03a899a16a30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<footer class="footer">
  <div class="content has-text-centered">
    <layer>
      {{ if .Site.Menus.social }}
        {{ range .Site.Menus.social }}
        <a class="footer-social" href="{{ .URL }}">{{ .Pre }}</a>
        {{ end }}
      {{ end }}
    </layer>
    <layer>
      <p>
        Website theme is <a class="has-text-weight-semibold" href="http://github.com/alloydwhitlock/huey">Huey</a> by <a class="has-text-weight-semibold" href="https://adamwhitlock.com">Adam Whitlock</a>.
      </p>
      <p>
         &copy; {{ now.Format "2006"}} Adam Whitlock
      </p>
    </layer>
  </div>
</footer>