Fix default site.author in seo.html (#2230)
1 files changed, 1 insertions(+), 1 deletions(-) M _includes/seo.html
M _includes/seo.html => _includes/seo.html +1 -1
@@ 25,7 25,7 @@ {%- assign seo_description = seo_description | markdownify | strip_html | strip_newlines | escape_once -%} {%- endif -%} {%- assign author = page.author | default: page.authors[0] | default: site:author -%} {%- assign author = page.author | default: page.authors[0] | default: site.author -%} {%- assign author = site.data.authors[author] | default: author -%} {%- if author.twitter -%}