diff --git a/exampleSite/content/post/emoji-support/index.md b/exampleSite/content/post/emoji-support/index.md index bc3e3488d..824cec54a 100644 --- a/exampleSite/content/post/emoji-support/index.md +++ b/exampleSite/content/post/emoji-support/index.md @@ -21,7 +21,7 @@ To enable emoji globally, set `enableEmoji` to `true` in your site's [configurat

🙈 :see_no_evil: 🙉 :hear_no_evil: 🙊 :speak_no_evil:


-The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference for emoji shorthand codes. +The [Emoji cheat sheet](https://www.webfx.com/tools/emoji-cheat-sheet/) is a useful reference for emoji shorthand codes. *** diff --git a/exampleSite/content/post/rich-content/index.md b/exampleSite/content/post/rich-content/index.md index 1ebb564ff..db37334b9 100644 --- a/exampleSite/content/post/rich-content/index.md +++ b/exampleSite/content/post/rich-content/index.md @@ -21,9 +21,9 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme --- -## Twitter Simple Shortcode +## X Simple Shortcode -{{< twitter_simple user="DesignReviewed" id="1085870671291310081" >}} +{{< x user="DesignReviewed" id="1085870671291310081" >}}
@@ -37,10 +37,6 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme {{< bilibili av498363026 >}} -## Gist Shortcode - -{{< gist spf13 7896402 >}} - ## Gitlab Snippets Shortcode {{< gitlab 2349278 >}} diff --git a/config.yaml b/hugo.yaml similarity index 100% rename from config.yaml rename to hugo.yaml diff --git a/layouts/partials/comments/provider/disqus.html b/layouts/partials/comments/provider/disqus.html index fb17b7726..32e61975d 100644 --- a/layouts/partials/comments/provider/disqus.html +++ b/layouts/partials/comments/provider/disqus.html @@ -1,5 +1,5 @@
- {{ template "_internal/disqus.html" . }} + {{ partial "disqus.html" . }}