aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
blob: 8a59ca91e6d9523da8f0f396d13ce9d6b770d940fd1de47ba5e6b1aef7b6658e (plain)
1
2
3
4
<footer class="footer">
  <p class="footer__text">Unless otherwise noted, the writing in this journal is licensed under {{ $.Site.Copyright }}<br>
Copyright {{ .Site.Params.beginCopyrightYear }}-{{ now.Format "2006" }} {{ $.Site.Author.name }}</p>
</footer>