Fix UL styles

This commit is contained in:
David Eisinger
2023-06-01 12:00:47 -04:00
parent 297cd59eff
commit 3f48228fdc
2 changed files with 17 additions and 5 deletions

View File

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