mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
452 B
452 B
title, description, categories, keywords, action
| title | description | categories | keywords | action | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| math.Div | Divides the first number by one or more numbers. |
|
If one of the numbers is a float, the result is a float.
{{ div 12 3 2 }} → 2