mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
@@ -16,11 +16,10 @@ package output
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"reflect"
|
||||
"sort"
|
||||
"strings"
|
||||
|
||||
"reflect"
|
||||
|
||||
"github.com/mitchellh/mapstructure"
|
||||
|
||||
"github.com/gohugoio/hugo/media"
|
||||
@@ -200,7 +199,6 @@ func (formats Formats) Less(i, j int) bool {
|
||||
}
|
||||
|
||||
return fi.Weight > 0 && fi.Weight < fj.Weight
|
||||
|
||||
}
|
||||
|
||||
// GetBySuffix gets a output format given as suffix, e.g. "html".
|
||||
|
Reference in New Issue
Block a user