18 lines
568 B
Markdown
18 lines
568 B
Markdown
+++
|
|
author = "lee.so"
|
|
title = "Rich Content"
|
|
date = "2019-03-10"
|
|
description = "A brief description of Hugo Shortcodes"
|
|
tags = [
|
|
"shortcodes",
|
|
"privacy",
|
|
]
|
|
+++
|
|
|
|
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-->
|
|
---
|
|
|
|
## YouTube Privacy Enhanced Shortcode
|
|
|
|
{{< youtube ZJthWmvUzzc >}}
|