Move web archives into dedicated directory

This commit is contained in:
David Eisinger
2023-04-29 20:47:05 -04:00
parent f5e5481eb6
commit b7b58cf3ab
8 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@
{{ range . }}
<li>
<a href="{{ .url }}">{{ .title }}</a>”;
<a href="{{ .file }}">
<a href="/archive/{{ .file }}">
backed up {{ .date | time.Format "2006-01-02 15:04:05 MST" }}
</a>
</li>