Update to current version
All checks were successful
Building & Deploying Website / Deploy-Website (push) Successful in 12s
All checks were successful
Building & Deploying Website / Deploy-Website (push) Successful in 12s
This commit is contained in:
@@ -1,17 +1,25 @@
|
||||
+++
|
||||
author = "Hugo Authors"
|
||||
authors = ["Lone Coder"]
|
||||
title = "Rich Content"
|
||||
date = "2019-03-10"
|
||||
date = "2023-07-12"
|
||||
description = "A brief description of Hugo Shortcodes"
|
||||
tags = [
|
||||
"hugo",
|
||||
"markdown",
|
||||
"css",
|
||||
"html",
|
||||
"shortcodes",
|
||||
"privacy",
|
||||
]
|
||||
categories = [
|
||||
"theme demo",
|
||||
"syntax",
|
||||
]
|
||||
series = ["Theme Demo"]
|
||||
+++
|
||||
|
||||
Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugos-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.
|
||||
<!--more-->
|
||||
---
|
||||
|
||||
## <!--more-->
|
||||
|
||||
## YouTube Privacy Enhanced Shortcode
|
||||
|
||||
@@ -21,9 +29,9 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme
|
||||
|
||||
---
|
||||
|
||||
## Twitter Simple Shortcode
|
||||
## Twitter Shortcode
|
||||
|
||||
{{< twitter_simple 1085870671291310081 >}}
|
||||
{{< tweet user="SanDiegoZoo" id="1453110110599868418" >}}
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user