Skip to content

Commit

Permalink
Update seo.html for meta description (mmistakes#558)
Browse files Browse the repository at this point in the history
Adding standard meta description immediately after seo_description has been defined
  • Loading branch information
justinrummel authored and mmistakes committed Sep 27, 2016
1 parent 90e176b commit 7632bfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _includes/seo.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
{% assign seo_description = seo_description | markdownify | strip_html | strip_newlines | escape_once %}
{% endif %}

<meta name="description" content="{{ seo_description }}">

{% assign seo_author = page.author | default: page.author[0] | default: site.author[0] %}
{% if seo_author %}
{% if seo_author.twitter %}
Expand Down

0 comments on commit 7632bfa

Please sign in to comment.