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]
|
[params]
|
||||||
Toc = false
|
Toc = false
|
||||||
|
showWordCount = false
|
||||||
+++
|
+++
|
||||||
|
|
||||||
I'm revsuine and this is my personal website.
|
I'm revsuine and this is my personal website.
|
||||||
|
|
|
@ -4,6 +4,7 @@ title = 'Contact'
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
Toc = false
|
Toc = false
|
||||||
|
showWordCount = false
|
||||||
+++
|
+++
|
||||||
|
|
||||||
# Email
|
# Email
|
||||||
|
|
Loading…
Reference in a new issue