We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57469a1 commit bf15498Copy full SHA for bf15498
1 file changed
_includes/seo.html
@@ -25,7 +25,7 @@
25
{%- assign seo_description = seo_description | markdownify | strip_html | strip_newlines | escape_once -%}
26
{%- endif -%}
27
28
-{%- assign author = page.author | default: page.authors[0] | default: site:author -%}
+{%- assign author = page.author | default: page.authors[0] | default: site.author -%}
29
{%- assign author = site.data.authors[author] | default: author -%}
30
31
{%- if author.twitter -%}
0 commit comments