~xdavidwu/xdavidwu.link

bb202c818dc447d26eafc8c72fe91bf6fd7e88ff — Jason Thai 4 years ago f5d628b
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 -%}