aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
blob: d6b548698dae28c91a1adfd68c11cf9e2c66bdb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

<div class="footer">
  <div class="contain">
    <p><strong>{{ now.Year }} &copy; {{ .Site.Title }}</strong>
       &nbsp; • &nbsp; <a href="#">Back to top</a>
    </p>

    <p>{{ .Site.Params.description }}</p>

    <!-- Please keep this one around to help cState grow <3 -->
    <small class="copyright faded">Powered by <a href="https://github.com/mistermantas/cstate">cState</a></small>
  </div>
</div>