remove reading time and word count
This commit is contained in:
parent
6cd868bc9e
commit
ecb01f45cf
1 changed files with 3 additions and 3 deletions
|
@ -25,12 +25,12 @@ params:
|
||||||
defaultTheme: auto # dark, light
|
defaultTheme: auto # dark, light
|
||||||
disableThemeToggle: true
|
disableThemeToggle: true
|
||||||
|
|
||||||
ShowReadingTime: true
|
ShowReadingTime: false
|
||||||
ShowShareButtons: true
|
ShowShareButtons: true
|
||||||
ShowPostNavLinks: true
|
ShowPostNavLinks: true
|
||||||
ShowBreadCrumbs: true
|
ShowBreadCrumbs: true
|
||||||
ShowCodeCopyButtons: false
|
ShowCodeCopyButtons: false
|
||||||
ShowWordCount: true
|
ShowWordCount: false
|
||||||
ShowRssButtonInSectionTermList: true
|
ShowRssButtonInSectionTermList: true
|
||||||
UseHugoToc: true
|
UseHugoToc: true
|
||||||
disableSpecial1stPost: false
|
disableSpecial1stPost: false
|
||||||
|
@ -83,7 +83,7 @@ menu:
|
||||||
main:
|
main:
|
||||||
- identifier: articles
|
- identifier: articles
|
||||||
name: บทความ
|
name: บทความ
|
||||||
url: /categories/
|
url: /posts/
|
||||||
weight: 10
|
weight: 10
|
||||||
- identifier: stats
|
- identifier: stats
|
||||||
name: สถิติ
|
name: สถิติ
|
||||||
|
|
Loading…
Reference in a new issue