1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-20 04:12:09 +00:00
seirdy.one/layouts/partials/footer.html

15 lines
851 B
HTML
Raw Normal View History

<hr>
2020-12-12 10:42:45 +00:00
<footer id="site-footer">
<p>
Copyright © <span itemprop="copyrightYear">{{now.Year}}</span> {{- partial "indieweb-author.html" -}} ·
<span itemprop="license" type="https://schema.org/CreativeWork"><a rel="license" itemprop="url" href="https://creativecommons.org/licenses/by-sa/4.0/"><span itemprop="name">CC BY-SA 4.0 license</span></a></span> ·
<span itemscope itemtype="https://schema.org/SoftwareSourceCode">
<a itemprop="codeRepository" rel="source" href="{{ .Site.Params.src }}">source code</a> ·
</span>
<a rel="alternate" href="http://wgq3bd2kqoybhstp77i3wrzbfnsyd27wt34psaja4grqiezqircorkyd.onion{{ .RelPermalink }}">Tor</a>
</p>
{{if .GitInfo -}}
<p>Site last deployed on <time datetime="{{ dateFormat "2006-01-02 15:04:05Z07:00" now }}">{{now.Format "2006-01-02 15:04:05 -0700" }}</time></p>
{{- end}}
</footer>