diff options
Diffstat (limited to 'modules/templates')
-rw-r--r-- | modules/templates/helper.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/templates/helper.go b/modules/templates/helper.go index db9dbb90a5..eb0c7f7e71 100644 --- a/modules/templates/helper.go +++ b/modules/templates/helper.go @@ -125,7 +125,6 @@ func NewFuncMap() []template.FuncMap { "DateFmtShort": func(t time.Time) string { return t.Format("Jan 02, 2006") }, - "SizeFmt": base.FileSize, "CountFmt": base.FormatNumberSI, "SubStr": func(str string, start, length int) string { if len(str) == 0 { |