blob: e1314cefa2e957c183fbb952694c264be3d837e2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<div class="footer">
<div class="contain">
<p><strong>{{ now.Year }} © {{ .Site.Title }}</strong></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>
|