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
|
||||
disableThemeToggle: true
|
||||
|
||||
ShowReadingTime: true
|
||||
ShowReadingTime: false
|
||||
ShowShareButtons: true
|
||||
ShowPostNavLinks: true
|
||||
ShowBreadCrumbs: true
|
||||
ShowCodeCopyButtons: false
|
||||
ShowWordCount: true
|
||||
ShowWordCount: false
|
||||
ShowRssButtonInSectionTermList: true
|
||||
UseHugoToc: true
|
||||
disableSpecial1stPost: false
|
||||
|
@ -83,7 +83,7 @@ menu:
|
|||
main:
|
||||
- identifier: articles
|
||||
name: บทความ
|
||||
url: /categories/
|
||||
url: /posts/
|
||||
weight: 10
|
||||
- identifier: stats
|
||||
name: สถิติ
|
||||
|
|
Loading…
Reference in a new issue