Change "showAuthor" to "hideAuthor", since show is the default behavior
This commit is contained in:
parent
3f32f6fde6
commit
20609b681b
2 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
{{ if .Site.Params.wordCount }}
|
||||
| <i class="fas fa-book"></i> {{ .WordCount }} {{ i18n "words" }}
|
||||
{{ end }}
|
||||
{{ if .Site.Params.showAuthor }}
|
||||
{{ if not .Site.Params.hideAuthor }}
|
||||
{{ if .Params.author }}
|
||||
| <i class="fas fa-user"></i> {{ .Params.author | safeHTML }}
|
||||
{{ else }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue