1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-20 12:12:09 +00:00
seirdy.one/layouts/partials/footer.html
2021-06-15 13:14:45 -07:00

7 lines
366 B
HTML

<hr>
<footer id="site-footer">
<p>Copyright © {{now.Year}} Rohan Kumar · Licenced under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0 license</a> · <a href="{{ .Site.Params.src }}">Website source code</a></p>
{{if .GitInfo -}}
<p>Site last rebuilt on {{now.Format "2006-01-02 15:04:05 -0700" }}</p>
{{- end}}
</footer>