mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +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