diff --git a/wowchemy/layouts/partials/page_author_card.html b/wowchemy/layouts/partials/page_author_card.html index 6bc06e9d..85457b2a 100644 --- a/wowchemy/layouts/partials/page_author_card.html +++ b/wowchemy/layouts/partials/page_author_card.html @@ -14,14 +14,14 @@ {{ $avatar_shape := site.Params.avatar.shape | default "circle" }}
{{ if and site.Params.avatar.gravatar $author_page.Params.email }} - {{$author_page.Title}} + {{if $profile_url}}{{end}}{{$author_page.Title}}{{if $profile_url}}{{end}} {{ else if $avatar }} {{ $avatar_image := $avatar.Fill "270x270 Center" }} - {{$author_page.Title}} + {{if $profile_url}}{{end}}{{$author_page.Title}}{{if $profile_url}}{{end}} {{ end }}
-
{{$author_page.Title}}
+
{{if $profile_url}}{{end}}{{$author_page.Title}}{{if $profile_url}}{{end}}
{{ with $author_page.Params.role }}
{{. | markdownify | emojify}}
{{end}} {{ with $author_page.Params.bio }}

{{. | markdownify | emojify}}

{{end}} {{ partial "social_links" $author_page }} diff --git a/wowchemy/layouts/partials/page_metadata_authors.html b/wowchemy/layouts/partials/page_metadata_authors.html index 13012ede..5f027ef8 100644 --- a/wowchemy/layouts/partials/page_metadata_authors.html +++ b/wowchemy/layouts/partials/page_metadata_authors.html @@ -2,14 +2,14 @@ {{- $taxonomy := "authors" }} {{ if .Param $taxonomy }} - {{ $link_authors := site.Params.link_authors | default true }} {{ range $index, $value := (.GetTerms $taxonomy) }} {{- /* Highlight the author's name? */ -}} {{- $highlight_name := .Page.Params.highlight_name | default false -}} {{- if gt $index 0 }}, {{ end -}} - {{- if $link_authors -}} + {{/* Effectively check the page's `_build` option as `_build` is not exposed in Hugo's Page object. */}} + {{- if .RelPermalink -}} {{.LinkTitle}} {{- else -}} {{ .LinkTitle }} diff --git a/wowchemy/layouts/partials/site_footer.html b/wowchemy/layouts/partials/site_footer.html index 14dfbe76..468cc3a5 100644 --- a/wowchemy/layouts/partials/site_footer.html +++ b/wowchemy/layouts/partials/site_footer.html @@ -23,7 +23,7 @@ {{ $hide_published_with_footer := site.Params.power_ups.hide_published_with | default true }} {{ if not (and $is_sponsor $hide_published_with_footer) }} Published with - Wowchemy — + Wowchemy — the free, open source website builder that empowers creators. {{ end }}