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 {