mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
Merge commit 'a024bc7d76fcc5e49e8210f9b0896db9ef21861a'
This commit is contained in:
5
docs/content/en/quick-reference/glossary/duration.md
Normal file
5
docs/content/en/quick-reference/glossary/duration.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: duration
|
||||
---
|
||||
|
||||
A _duration_ is a data type that represent a length of time, expressed using units such as seconds (represented by `s`), minutes (represented by `m`), and hours (represented by `h`). For example, `42s` means 42 seconds, `6m7s` means 6 minutes and 7 seconds, and `6h7m42s` means 6 hours, 7 minutes, and 42 seconds.
|
Reference in New Issue
Block a user