Removed date plugin, added excerpt separator default
This commit is contained in:
parent
a0229b2c9c
commit
9d0c54e3e6
@ -45,6 +45,7 @@ paginate: 10 # Posts per page on the blog index
|
|||||||
paginate_path: "posts/:num" # Directory base for pagination URLs eg. /blog/page/2/
|
paginate_path: "posts/:num" # Directory base for pagination URLs eg. /blog/page/2/
|
||||||
recent_posts: 5 # Posts in the sidebar Recent Posts section
|
recent_posts: 5 # Posts in the sidebar Recent Posts section
|
||||||
excerpt_link: "Read on →" # "Continue reading" link text at the bottom of excerpted articles
|
excerpt_link: "Read on →" # "Continue reading" link text at the bottom of excerpted articles
|
||||||
|
excerpt_separator: "<!--more-->"
|
||||||
|
|
||||||
titlecase: true # Converts page and post titles to titlecase
|
titlecase: true # Converts page and post titles to titlecase
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user