content/about.md, contant/contact.md: disable word count for about and contact pages
This commit is contained in:
parent
50b954fe5a
commit
e5a97ef972
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ title = 'About'
|
|||
|
||||
[params]
|
||||
Toc = false
|
||||
showWordCount = false
|
||||
+++
|
||||
|
||||
I'm revsuine and this is my personal website.
|
||||
|
|
|
@ -4,6 +4,7 @@ title = 'Contact'
|
|||
|
||||
[params]
|
||||
Toc = false
|
||||
showWordCount = false
|
||||
+++
|
||||
|
||||
# Email
|
||||
|
|
Loading…
Reference in a new issue