This commit is contained in:
lbenedar
2026-03-05 14:07:16 +03:00
parent 7ab49c9fc8
commit 5e98af52fe
5 changed files with 23 additions and 13 deletions

View File

@@ -11,7 +11,7 @@
</tr>
{{range .Snippets}}
<tr>
<td><a href='/snippet/view?id={{.ID}}'>{{.Title}}</a></td>
<td><a href='/snippet/view/{{.ID}}'>{{.Title}}</a></td>
<td>{{humanDate .Created}}</td>
<td>#{{.ID}}</td>
</tr>