Skip to content

Commit bf15498

Browse files
jasontthaimmistakes
authored andcommitted
Fix default site.author in seo.html (mmistakes#2230)
1 parent 57469a1 commit bf15498

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_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)