File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 25
25
26
26
< meta name ="description " content ="{{ seo_description }} ">
27
27
28
- {% assign seo_author = page.author | default: page.author[0] | default: site.author[0] %}
28
+ {% assign seo_author = page.author | default: page.author[0] | default: site.author.name %}
29
29
{% if seo_author %}
30
30
{% if seo_author.twitter %}
31
31
{% assign seo_author_twitter = seo_author.twitter %}
39
39
{% assign seo_author_twitter = seo_author_twitter | replace: "@", "" %}
40
40
{% endif %}
41
41
42
+ < meta name ="author " content ="{{ seo_author }} ">
43
+
42
44
< meta property ="og:locale " content ="{{ site.locale | replace: "- ", "_" | default: "en" }}">
43
45
< meta property ="og:site_name " content ="{{ site.title }} ">
44
46
< meta property ="og:title " content ="{{ page.title | default: site.title | markdownify | strip_html | strip_newlines | escape_once }} ">
You can’t perform that action at this time.
0 commit comments