mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 11:42:37 +00:00
290 B
290 B
title, description, categories, params
| title | description | categories | params | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| math.Sum | Returns the sum of all numbers. Accepts scalars, slices, or both. |
|
{{ math.Sum 1 (slice 2 3) 4 }} → 10