diff --git a/src/content/posts/guides/Theme Guide-en.md b/src/content/posts/guides/Theme Guide-en.md index 32fb104..f92103a 100644 --- a/src/content/posts/guides/Theme Guide-en.md +++ b/src/content/posts/guides/Theme Guide-en.md @@ -231,7 +231,7 @@ Pins the article to the top. The higher the number, the higher the priority of t #### toc -Generate table of contents. Set to false to disable automatic generation. Default is true. +Generate table of contents. Default is true. #### lang diff --git a/src/content/posts/guides/Theme Guide-es.md b/src/content/posts/guides/Theme Guide-es.md index 8522a0c..4637497 100644 --- a/src/content/posts/guides/Theme Guide-es.md +++ b/src/content/posts/guides/Theme Guide-es.md @@ -231,7 +231,7 @@ Fija el artículo en la parte superior. Cuanto mayor sea el número, mayor será #### toc -¿Generar índice? Si se establece en false, se desactiva la generación automática. Valor predeterminado: true. +¿Generar índice? Valor predeterminado: true. #### lang diff --git a/src/content/posts/guides/Theme Guide-ja.md b/src/content/posts/guides/Theme Guide-ja.md index 2526900..b4e3d70 100644 --- a/src/content/posts/guides/Theme Guide-ja.md +++ b/src/content/posts/guides/Theme Guide-ja.md @@ -231,7 +231,7 @@ abbrlink: theme-guide #### toc -目次を自動生成するかどうか。false に設定すると自動生成が無効になり、デフォルトは true。 +目次を自動生成するかどうか。デフォルトは true。 #### lang diff --git a/src/content/posts/guides/Theme Guide-ru.md b/src/content/posts/guides/Theme Guide-ru.md index ccd2c99..d2c74b6 100644 --- a/src/content/posts/guides/Theme Guide-ru.md +++ b/src/content/posts/guides/Theme Guide-ru.md @@ -231,7 +231,7 @@ abbrlink: theme-guide #### toc -Генерировать оглавление. При значении false автоматическая генерация отключается. По умолчанию: true. +Генерировать оглавление. По умолчанию: true. #### lang diff --git a/src/content/posts/guides/Theme Guide-zh-tw.md b/src/content/posts/guides/Theme Guide-zh-tw.md index ae6c644..1637944 100644 --- a/src/content/posts/guides/Theme Guide-zh-tw.md +++ b/src/content/posts/guides/Theme Guide-zh-tw.md @@ -231,7 +231,7 @@ abbrlink: theme-guide #### toc -是否生成目錄。設為 false 時停用自動生成,預設為 true。 +是否生成目錄。預設為 true。 #### lang diff --git a/src/content/posts/guides/Theme Guide-zh.md b/src/content/posts/guides/Theme Guide-zh.md index bd437b2..bf07815 100644 --- a/src/content/posts/guides/Theme Guide-zh.md +++ b/src/content/posts/guides/Theme Guide-zh.md @@ -231,7 +231,7 @@ abbrlink: theme-guide #### toc -是否生成目录。设为 false 时关闭自动生成,默认为 true。 +是否生成目录。默认为 true。 #### lang diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 1b17f55..47b2418 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -28,7 +28,7 @@ const MarginBottom = isPost && themeConfig.comment?.enabled diff --git a/src/styles/global.css b/src/styles/global.css index e08bd4e..9d4bda8 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -5,7 +5,7 @@ } html { - --at-apply: 'bg-background c-secondary antialiased scroll-smooth'; + --at-apply: 'bg-background c-secondary antialiased'; } body {