mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-14 17:42:09 +00:00
e455703209
Visitors can see that on post update dates; I can see that in builds.sr.ht. This results in not having to upload every page on a trivial change. Add the "-c" rsync flag to take advantage of that. Doing so should also result in longer-lived cached copies, with etags and last-modified headers.
10 lines
723 B
HTML
10 lines
723 B
HTML
<footer id="site-footer">
|
|
<p>
|
|
Copyright © <span itemprop="copyrightYear">{{now.Year}}</span> <span itemprop="copyrightHolder">{{- partial "indieweb-author.html" -}}</span> ·
|
|
<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> ·
|
|
<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>
|
|
</footer>
|