From 56f9b6a5426472797f106bf4475a774cc57d1980 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Wed, 11 Aug 2021 15:16:52 +0200 Subject: [PATCH] Fix list --- templates/list.gohtml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/templates/list.gohtml b/templates/list.gohtml index 0a3dcc8..d209083 100644 --- a/templates/list.gohtml +++ b/templates/list.gohtml @@ -4,16 +4,12 @@ Short URLs

Short URLs

- +
- - - - - + -{{range .}}{{end}} +{{range .}}{{end}}
slugurlhits
slughitsurl
{{.Slug}}{{.URL}}{{.Hits}}
{{.Slug}}{{.Hits}}{{.URL}}
\ No newline at end of file