mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02: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