This commit is contained in:
Ben Goldsworthy 2023-01-29 13:50:16 -05:00
parent ad769e95d8
commit 9e8626d8ba
21 changed files with 2767 additions and 1523 deletions

View file

@ -40,7 +40,13 @@
{{- block "footer" . -}}
<footer class="site-footer">
<p>By <a href="/">{{ $.Site.Author.name }}</a> | <a href="{{ $.Site.Params.reportIssueURL }}" target="_blank" rel="noopener noreferrer">Report an Issue</a> | <a href="/privacy-policy">Privacy Policy</a> | <a href="/{{ .Sitemap.Filename }}">Sitemap</a> | Built: {{ now.Format "2006-01-02T15:04:05" }}</p>
<p>
By <a href="/">{{ $.Site.Author.name }}</a> |
<a href="{{ $.Site.Params.reportIssueURL }}" target="_blank" rel="noopener noreferrer">Report an Issue</a> |
<a href="{{ relref . "privacy-policy" }}">Privacy Policy</a> |
<a href="/{{ .Sitemap.Filename }}">Sitemap</a> |
Built: {{ now.Format "2006-01-02T15:04:05" }}
</p>
{{ block "footer-scripts" . }}<!-- -->{{ end }}
</footer>
{{- end -}}