mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-13 18:07:29 -05:00
Move site author to under params due to .Site.Author deprecation
See Hugo v0.120.0
This commit is contained in:
@ -6,7 +6,7 @@ toc: true
|
||||
comments: false
|
||||
|
||||
authors:
|
||||
- {{ with .Site.Author.name }}{{ . }}{{ else }}John Doe{{ end }}
|
||||
- {{ with .Site.params.author.name }}{{ . }}{{ else }}John Doe{{ end }}
|
||||
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user