summaryrefslogtreecommitdiffstats
path: root/tpl/collections/sort.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/collections/sort.go')
-rw-r--r--tpl/collections/sort.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/collections/sort.go b/tpl/collections/sort.go
index 36faf207e..206a19cb5 100644
--- a/tpl/collections/sort.go
+++ b/tpl/collections/sort.go
@@ -19,8 +19,8 @@ import (
"sort"
"strings"
- "github.com/spf13/cast"
"github.com/gohugoio/hugo/tpl/compare"
+ "github.com/spf13/cast"
)
var comp = compare.New()