Fix typo
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{% 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 %}
|
||||
|
||||
<div itemscope itemtype="http://schema.org/Person">
|
||||
|
Reference in New Issue
Block a user