Update docs of excerpt_description

* See https://github.com/iissnan/hexo-theme-next/pull/1180
This commit is contained in:
Mimi 2023-01-21 11:38:49 +08:00
parent 9b84153802
commit 7e908ba95a
2 changed files with 2 additions and 4 deletions

View File

@ -236,7 +236,7 @@ footer:
# See: https://theme-next.js.org/docs/theme-settings/posts # See: https://theme-next.js.org/docs/theme-settings/posts
# --------------------------------------------------------------- # ---------------------------------------------------------------
# Automatically excerpt description in homepage as preamble text. # Use `description` in front-matter to specify post excerpt.
excerpt_description: true excerpt_description: true
# Read more button # Read more button

View File

@ -1,7 +1,5 @@
.header { .header {
background: var(--content-bg-color); gemini-block();
border-radius: $border-radius-inner;
box-shadow: $box-shadow-inner;
+tablet-mobile() { +tablet-mobile() {
border-radius: initial; border-radius: initial;