Make excerpts explicit
I want fulltext in my feed, always.
This commit is contained in:
parent
b46a3bb7d3
commit
0b4e6cfd02
|
@ -2,7 +2,7 @@ source: "./"
|
|||
destination: _site
|
||||
include_drafts: false
|
||||
default:
|
||||
excerpt_separator: "\n\n"
|
||||
excerpt_separator: "<!-- more -->"
|
||||
is_draft: false
|
||||
pages:
|
||||
default: {}
|
||||
|
@ -30,4 +30,4 @@ syntax_highlight:
|
|||
theme: "base16-ocean.dark"
|
||||
assets:
|
||||
sass:
|
||||
style: Nested
|
||||
style: Nested
|
||||
|
|
Loading…
Reference in a new issue