~netlandish/links

4eacde9a8c7a98aec55d1992836f0c87b1bd7557 — Peter Sanchez a day ago 93942d6
Fixing double entry bug on listing view
1 files changed, 1 insertions(+), 0 deletions(-)

M cmd/list/main.go
M cmd/list/main.go => cmd/list/main.go +1 -0
@@ 121,6 121,7 @@ func run() error {
	})
	srv.TemplateAllowOverride(
		"seoData",
		"hideNav",
	)
	err = srv.LoadTemplatesFS(links.TemplateFS, "templates/base.html", "templates/listing_detail.html")
	if err != nil {