mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
5a86f30958
Otherwise it causes build failures. See https://github.com/gohugoio/hugo/issues/7866
33 lines
725 B
Markdown
33 lines
725 B
Markdown
---
|
|
author: "Hugo Authors"
|
|
title: "Rich Content"
|
|
date: "2019-03-10"
|
|
description: "A brief description of Hugo Shortcodes"
|
|
tags: ["shortcodes", "privacy"]
|
|
ShowToc: true
|
|
---
|
|
|
|
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 >}}
|
|
|
|
<br>
|
|
|
|
---
|
|
|
|
## Twitter Simple Shortcode
|
|
|
|
{{< twitter_simple 1085870671291310081 >}}
|
|
|
|
<br>
|
|
|
|
---
|
|
|
|
## Vimeo Simple Shortcode
|
|
|
|
{{< vimeo_simple 48912912 >}}
|