1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2025-01-27 20:30:04 +00:00
seirdy.one/layouts/partials/footer.html

8 lines
464 B
HTML
Raw Normal View History

<hr>
2020-12-12 02:42:45 -08:00
<footer id="site-footer">
2021-08-03 22:52:28 -07:00
<p>Copyright © {{now.Year}} Rohan Kumar · <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0 license</a> · <a href="{{ .Site.Params.src }}">Source</a> · <a rel="alternate" href="http://wgq3bd2kqoybhstp77i3wrzbfnsyd27wt34psaja4grqiezqircorkyd.onion{{ .RelPermalink }}">Tor</a></p>
{{if .GitInfo -}}
2021-06-20 22:40:26 -07:00
<p>Site last deployed on {{now.Format "2006-01-02 15:04:05 -0700" }}</p>
{{- end}}
</footer>