aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
blob: 085b8141878b581a7a93df27806b5afdd0c7f4f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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>