From a70a1015287b5c0dccf818bf2c9ac279c189ab7f Mon Sep 17 00:00:00 2001 From: James Mills Date: Sat, 30 Jan 2021 15:15:13 +1000 Subject: [PATCH] Remove refs to non-existent types package --- internal/context.go | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/internal/context.go b/internal/context.go index b459890..1fa27b1 100644 --- a/internal/context.go +++ b/internal/context.go @@ -10,7 +10,6 @@ import ( "git.mills.io/prologic/spyda" "git.mills.io/prologic/spyda/internal/session" - "git.mills.io/prologic/spyda/types" "github.com/justinas/nosurf" ) @@ -49,10 +48,8 @@ type Context struct { Page string Content template.HTML - Title string - Meta Meta - Links types.Links - Alternatives types.Alternatives + Title string + Meta Meta Pager *paginator.Paginator