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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <github@jimmycai.com>2022-02-06 22:32:37 +0300
committerGitHub <noreply@github.com>2022-02-06 22:32:37 +0300
commitd75dbe2b6e7ec92f83a5b3866d6e809173be5da3 (patch)
tree65eeb9fe798cb5e4070d3a17f5b168fe83075b64 /exampleSite/content
parent88beecd1017829346863d5d3f1f8fabe38843a30 (diff)
fix: copy code button does not work when line number is enabled (#487)
* fix: copy code button does not work when line number is enabled * fix pre style * Add gist shortcode to exampleSite
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/post/rich-content/index.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/content/post/rich-content/index.md b/exampleSite/content/post/rich-content/index.md
index af8a390..f2b45db 100644
--- a/exampleSite/content/post/rich-content/index.md
+++ b/exampleSite/content/post/rich-content/index.md
@@ -36,3 +36,7 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme
## bilibilibi Shortcode
{{< bilibili av498363026 >}}
+
+## Gist Shortcode
+
+{{< gist spf13 7896402 >}} \ No newline at end of file