We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214e404 commit 0707567Copy full SHA for 0707567
1 file changed
modules/blox/layouts/_partials/page_author.html
@@ -16,7 +16,7 @@
16
{{ if $authors }}
17
{{ range $idx, $slug := $authors }}
18
{{ $profile := partial "functions/get_author_profile" $slug }}
19
- {{ if $profile }}
+ {{ if $profile.has_data }}
20
{{ partial "page_author_card" (dict "profile" $profile "page" .) }}
21
{{ end }}
22
0 commit comments