mirror of https://gitlab.com/curben/blog
build: pretty_urls.trailing_html
https://github.com/hexojs/hexo/pull/3917
This commit is contained in:
parent
9d5644b2bc
commit
163b8cd307
|
@ -16,6 +16,9 @@ url: https://curben.netlify.com
|
|||
root: /
|
||||
permalink: blog/:year/:month/:day/:title/
|
||||
permalink_defaults:
|
||||
pretty_urls:
|
||||
trailing_index: false
|
||||
trailing_html: false
|
||||
|
||||
# Directory
|
||||
source_dir: source
|
||||
|
@ -78,10 +81,6 @@ minify:
|
|||
feed:
|
||||
icon: '/svg/favicon.svg'
|
||||
|
||||
## https://github.com/hexojs/hexo/pull/3691
|
||||
pretty_urls:
|
||||
trailing_index: false
|
||||
|
||||
# theme config
|
||||
theme_config:
|
||||
# Header
|
||||
|
|
Loading…
Reference in New Issue