mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-12-10 05:33:57 -05:00
Copy tweaks to homepage
This commit is contained in:
parent
fe211e9d95
commit
78d55aece1
20
content/functions/adddate.md
Normal file
20
content/functions/adddate.md
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
title: adddate
|
||||||
|
linktitle: AddDate
|
||||||
|
description: Returns the time corresponding to adding the given number of years, months, and days passed to the function.
|
||||||
|
godocref: https://golang.org/pkg/time/#Time.AddDate
|
||||||
|
date: 2017-02-01
|
||||||
|
publishdate: 2017-02-01
|
||||||
|
lastmod: 2017-02-01
|
||||||
|
categories: [functions]
|
||||||
|
tags: [dates,time]
|
||||||
|
signature:
|
||||||
|
workson: []
|
||||||
|
hugoversion:
|
||||||
|
relatedfuncs: [now]
|
||||||
|
deprecated: false
|
||||||
|
aliases: []
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Look to example in docs site here: https://github.com/spf13/hugo/blob/master/docs/layouts/index.html--e.g., can be paired with now and where -->
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user