mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
Update docs of excerpt_description
* See https://github.com/iissnan/hexo-theme-next/pull/1180
This commit is contained in:
parent
9b84153802
commit
7e908ba95a
@ -236,7 +236,7 @@ footer:
|
||||
# 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
|
||||
|
||||
# Read more button
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
.header {
|
||||
background: var(--content-bg-color);
|
||||
border-radius: $border-radius-inner;
|
||||
box-shadow: $box-shadow-inner;
|
||||
gemini-block();
|
||||
|
||||
+tablet-mobile() {
|
||||
border-radius: initial;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user