Skip to content

Commit

Permalink
Fix twitter:creator conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Jan 8, 2018
1 parent 249edd3 commit 7c63484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/seo.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
{% endif %}
{% endif %}

{% if seo_author_twitter %}
<meta name="twitter:creator" content="@{{ seo_author_twitter }}">
{% if author_twitter %}
<meta name="twitter:creator" content="@{{ author_twitter }}">
{% endif %}
{% endif %}

Expand Down

0 comments on commit 7c63484

Please sign in to comment.