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.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/server/template/template.go b/server/template/template.go
index 78b21cc..aa40aad 100644
--- a/server/template/template.go
+++ b/server/template/template.go
@@ -13,13 +13,13 @@ import (
"strings"
"time"
- "github.com/miniflux/miniflux2/config"
- "github.com/miniflux/miniflux2/errors"
- "github.com/miniflux/miniflux2/locale"
- "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/miniflux/miniflux/config"
+ "github.com/miniflux/miniflux/errors"
+ "github.com/miniflux/miniflux/locale"
+ "github.com/miniflux/miniflux/server/route"
+ "github.com/miniflux/miniflux/server/template/helper"
+ "github.com/miniflux/miniflux/server/ui/filter"
+ "github.com/miniflux/miniflux/url"
"github.com/gorilla/mux"
)