wip: make theme workable with hugoBasicExample site
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{{ $authorImage:= "/assets/images/default-avatar.svg"}}
|
||||
{{ if isset .author "image" }}
|
||||
{{ $authorImage = .author.image }}
|
||||
{{ end }}
|
||||
{{ return $authorImage }}
|
||||
Reference in New Issue
Block a user