diff --git a/content/functions/haschildren.md b/content/functions/haschildren.md index 8974af144..415819a52 100644 --- a/content/functions/haschildren.md +++ b/content/functions/haschildren.md @@ -15,7 +15,7 @@ workson: [menus] hugoversion: relatedfuncs: [] deprecated: false -draft: false +draft: true aliases: [] needsexamples: true --- diff --git a/content/functions/hasmenucurrent.md b/content/functions/hasmenucurrent.md index 90e7ff20f..834f6f177 100644 --- a/content/functions/hasmenucurrent.md +++ b/content/functions/hasmenucurrent.md @@ -15,7 +15,7 @@ hugoversion: relatedfuncs: [] deprecated: false toc: false -draft: false +draft: true aliases: [] needsexamples: true --- diff --git a/content/functions/ismenucurrent.md b/content/functions/ismenucurrent.md index e764d8512..5f5a002db 100644 --- a/content/functions/ismenucurrent.md +++ b/content/functions/ismenucurrent.md @@ -14,8 +14,9 @@ workson: [menus] hugoversion: relatedfuncs: [] deprecated: false -draft: false +draft: true aliases: [] +needsexample: true --- Used in [menu templates](/templates/menu-templates/). diff --git a/content/functions/now.md b/content/functions/now.md index 9ef12d205..dd92fd646 100644 --- a/content/functions/now.md +++ b/content/functions/now.md @@ -5,7 +5,7 @@ description: Returns the current local time as a [`time.Time`] godocref: https://godoc.org/time#Time date: 2017-02-01 publishdate: 2017-02-01 -lastmod: 2017-02-01 +lastmod: 2017-04-30 categories: [functions] tags: [dates,time] ns: @@ -23,7 +23,7 @@ needsexamples: true For example, building your site on June 24, 2017 with the following templating: ```html -