2021-01-19 05:41:02 +00:00
|
|
|
<hr>
|
2020-12-12 10:42:45 +00:00
|
|
|
<footer id="site-footer">
|
2022-02-11 06:12:45 +00:00
|
|
|
<p>
|
2022-02-25 01:55:44 +00:00
|
|
|
Copyright © <span itemprop="copyrightYear">{{now.Year}}</span> <span itemprop="copyrightHolder">{{- partial "indieweb-author.html" -}}</span> ·
|
2022-02-12 00:11:41 +00:00
|
|
|
<span itemprop="license" itemscope itemtype="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> ·
|
2022-02-11 06:12:45 +00:00
|
|
|
<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>
|
2021-01-19 05:41:02 +00:00
|
|
|
{{if .GitInfo -}}
|
2022-02-11 06:26:58 +00:00
|
|
|
<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>
|
2021-01-19 05:41:02 +00:00
|
|
|
{{- end}}
|
2020-11-03 23:46:20 +00:00
|
|
|
</footer>
|