mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Add onion site link to footer
This commit is contained in:
parent
9c736e7874
commit
33b2dcac97
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<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>
|
||||
<p>Copyright © {{now.Year}} Rohan Kumar · <a rel="license" href="http://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 -}}
|
||||
<p>Site last rebuilt on {{now.Format "2006-01-02 15:04:05 -0700" }}</p>
|
||||
<p>Site last deployed on {{now.Format "2006-01-02 15:04:05 -0700" }}</p>
|
||||
{{- end}}
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue