You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
473 B
HTML
11 lines
473 B
HTML
{{ block "footer" . }}
|
|
<div class="footer">
|
|
<pre>
|
|
Copyright:	© 2021 - {{ if .Site.Params.since }}{{ .Site.Params.since }} - {{ .Site.LastChange.Format "2006" }}{{ else }}{{ .Site.LastChange.Format "2006" }} Frank Homburg
|
|
{{ end }}
|
|
License:	<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en" rel="noopener">CC BY-SA 4.0</a>
|
|
Git:		<a href="https://git.sr.ht/~hmbrg/no-js.club" rel="noopener">SourceHut</a>
|
|
</pre>
|
|
</div>
|
|
{{ end }}
|