wip: make theme workable with hugoBasicExample site
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{{ $authorName:= "John Doe"}}
|
||||
{{ if isset .author "name" }}
|
||||
{{ $authorName = .author.name }}
|
||||
{{ end }}
|
||||
{{ return $authorName }}
|
||||
Reference in New Issue
Block a user