Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoBasicExample.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRazon Yang <razonyang@gmail.com>2020-10-22 12:18:06 +0300
committerGitHub <noreply@github.com>2020-10-22 12:18:06 +0300
commit37c382f6d9c860c264a045bec5cd8f4ab02d437b (patch)
treee14fc1467fb638fd11927b1c518883977d8f294c
parent727a0774ef26747281fdb2fac3bb3d898f898def (diff)
Fix the link of Built-in Shortcodes (#66)
-rw-r--r--content/post/rich-content.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/post/rich-content.md b/content/post/rich-content.md
index 5ff41d7..0f56c6f 100644
--- a/content/post/rich-content.md
+++ b/content/post/rich-content.md
@@ -9,7 +9,7 @@ tags = [
]
+++
-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.
+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-->
---