feat(home): improve default behavior of hiddenFromHomePage
This commit is contained in:
@@ -1,30 +1,24 @@
|
||||
---
|
||||
author: "Hugo Authors"
|
||||
author_link: "https://gohugo.io/"
|
||||
title: "Rich Content"
|
||||
date: 2019-09-01T18:06:32+08:00
|
||||
lastmod: 2019-09-01T18:06:32+08:00
|
||||
draft: false
|
||||
author: "Hugo Authors"
|
||||
authorLink: "https://gohugo.io/"
|
||||
description: "A brief description of Hugo Shortcodes"
|
||||
show_in_homepage: true
|
||||
description_as_summary: false
|
||||
license: ""
|
||||
|
||||
tags: [
|
||||
"shortcodes",
|
||||
"privacy",
|
||||
]
|
||||
categories: [
|
||||
"theme",
|
||||
]
|
||||
tags: ["shortcodes", "privacy"]
|
||||
categories: ["theme"]
|
||||
hiddenFromHomePage: false
|
||||
|
||||
featured_image: /images/hugo.png
|
||||
featured_image_preview: ""
|
||||
featuredImage: /images/hugo.png
|
||||
featuredImagePreview: ""
|
||||
|
||||
comment: true
|
||||
toc: false
|
||||
auto_collapse_toc: true
|
||||
autoCollapseToc: true
|
||||
math: false
|
||||
comment: true
|
||||
---
|
||||
|
||||
Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
|
||||
|
||||
Reference in New Issue
Block a user