mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
Add Seq template func
Very similar to GNU's seq. Fixes #552 Conflicts: tpl/template.go
This commit is contained in:
@@ -1340,6 +1340,7 @@ func init() {
|
||||
"getJson": GetJSON,
|
||||
"getCSV": GetCSV,
|
||||
"getCsv": GetCSV,
|
||||
"seq": helpers.Seq,
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user