Skip to content

Commit 1532061

Browse files
jasontthaimmistakes
authored andcommitted
Fix default site.author in seo.html (mmistakes#2230)
1 parent 29b2c92 commit 1532061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/seo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{%- assign seo_description = seo_description | markdownify | strip_html | strip_newlines | escape_once -%}
2626
{%- endif -%}
2727

28-
{%- assign author = page.author | default: page.authors[0] | default: site:author -%}
28+
{%- assign author = page.author | default: page.authors[0] | default: site.author -%}
2929
{%- assign author = site.data.authors[author] | default: author -%}
3030

3131
{%- if author.twitter -%}

0 commit comments

Comments
 (0)