mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 11:42:37 +00:00
347 B
347 B
title, description, categories, keywords, action
| title | description | categories | keywords | action | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Abs | Returns the absolute value of the given time.Duration value. |
|
{{ $d = time.ParseDuration "-3h" }}
{{ $d.Abs }} → 3h0m0s