diff --git a/exampleSite/content/posts/emoji-support.en.md b/exampleSite/content/posts/emoji-support.en.md index a3ac6100..c206309c 100644 --- a/exampleSite/content/posts/emoji-support.en.md +++ b/exampleSite/content/posts/emoji-support.en.md @@ -12,7 +12,6 @@ tags: ["emoji"] categories: ["Markdown"] featuredImage: "/images/emoji-support/featured-image.jpg" -twemoji: true lightgallery: true --- @@ -38,12 +37,6 @@ Gone camping! :tent: Be back soon. That is so funny! :joy: -{{< admonition tip "Enable Twemoji" >}} -This page enables `twemoji` to make emoji look beautiful everywhere. - -Set `twemoji` to `true` in your [front matter](../theme-documentation-content#front-matter) or in the `params.page` part of the [site configuration](https://gohugo.io/getting-started/configuration/) to use :(far fa-grin-tongue-wink fa-fw): Twemoji. -{{< /admonition >}} - The following **cheat sheet** is a useful reference for emoji shorthand codes. ## Smileys & Emotion diff --git a/exampleSite/content/posts/emoji-support.fr.md b/exampleSite/content/posts/emoji-support.fr.md index eb477a61..9a0c118b 100644 --- a/exampleSite/content/posts/emoji-support.fr.md +++ b/exampleSite/content/posts/emoji-support.fr.md @@ -12,7 +12,6 @@ tags: ["emoji"] categories: ["Markdown"] featuredImage: "/images/emoji-support/featured-image.jpg" -twemoji: true lightgallery: true --- @@ -43,12 +42,6 @@ Gone camping! :tent: Be back soon. That is so funny! :joy: -{{< admonition tip "Enable Twemoji" >}} -This page enables `twemoji` to make emoji look beautiful everywhere. - -Set `twemoji` to `true` in your [front matter](../theme-documentation-content#front-matter) or in the `params.page` part of the [site configuration](https://gohugo.io/getting-started/configuration/) to use :(far fa-grin-tongue-wink fa-fw): Twemoji. -{{< /admonition >}} - The following **cheat sheet** is a useful reference for emoji shorthand codes. ## Smileys & Emotion diff --git a/exampleSite/content/posts/emoji-support.zh-cn.md b/exampleSite/content/posts/emoji-support.zh-cn.md index 8e56a782..0440983e 100644 --- a/exampleSite/content/posts/emoji-support.zh-cn.md +++ b/exampleSite/content/posts/emoji-support.zh-cn.md @@ -12,7 +12,6 @@ tags: ["emoji"] categories: ["Markdown"] featuredImage: "/images/emoji-support/featured-image.jpg" -twemoji: true lightgallery: true --- @@ -39,12 +38,6 @@ Emoji 可以通过多种方式在 Hugo 项目中启用. 真开心! :joy: -{{< admonition tip "使用 Twemoji" >}} -这个页面使用了 `twemoji` 来使 emoji 具有一致的美观性. - -请在文章的[前置参数](../theme-documentation-content#front-matter) 或 [网站配置](../theme-documentation-basics#site-configuration) 的 `params.page` 部分中将 `twemoji` 设置为 `true` 来使用 :(far fa-grin-tongue-wink fa-fw): Twemoji. -{{< /admonition >}} - 以下**符号清单**是 emoji 代码的非常有用的参考. ## 表情与情感 diff --git a/exampleSite/content/posts/theme-documentation-content.en.md b/exampleSite/content/posts/theme-documentation-content.en.md index 651279c1..54817dca 100644 --- a/exampleSite/content/posts/theme-documentation-content.en.md +++ b/exampleSite/content/posts/theme-documentation-content.en.md @@ -211,7 +211,7 @@ $$ c = \pm\sqrt{a^2 + b^2} $$ #### Inline Formula -The default block delimiters are `$`/`$` and `\\(`/`\\)`: +The default inline delimiters are `$`/`$` and `\\(`/`\\)`: ```markdown $ c = \pm\sqrt{a^2 + b^2} $ and \\( f(x)=\int_{-\infty}^{\infty} \hat{f}(\xi) e^{2 \pi i \xi x} d \xi \\) diff --git a/exampleSite/content/posts/theme-documentation-content.fr.md b/exampleSite/content/posts/theme-documentation-content.fr.md index 11f56879..da11461e 100644 --- a/exampleSite/content/posts/theme-documentation-content.fr.md +++ b/exampleSite/content/posts/theme-documentation-content.fr.md @@ -216,7 +216,7 @@ $$ c = \pm\sqrt{a^2 + b^2} $$ #### Inline Formula -The default block delimiters are `$`/`$` and `\\(`/`\\)`: +The default inline delimiters are `$`/`$` and `\\(`/`\\)`: ```markdown $ c = \pm\sqrt{a^2 + b^2} $ and \\( f(x)=\int_{-\infty}^{\infty} \hat{f}(\xi) e^{2 \pi i \xi x} d \xi \\)