aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/template/template.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/template/template.go')
-rw-r--r--server/template/template.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/template/template.go b/server/template/template.go
index cfb2c55..78b21cc 100644
--- a/server/template/template.go
+++ b/server/template/template.go
@@ -16,10 +16,10 @@ import (
"github.com/miniflux/miniflux2/config"
"github.com/miniflux/miniflux2/errors"
"github.com/miniflux/miniflux2/locale"
- "github.com/miniflux/miniflux2/reader/url"
"github.com/miniflux/miniflux2/server/route"
"github.com/miniflux/miniflux2/server/template/helper"
"github.com/miniflux/miniflux2/server/ui/filter"
+ "github.com/miniflux/miniflux2/url"
"github.com/gorilla/mux"
)