~xdavidwu/xdavidwu.link

55d9c20447e638aeec705f5841da45f690d6919f — Justin Rummel 7 years ago d14dc82
Update seo.html for meta description (#558)

Adding standard meta description immediately after seo_description has been defined
1 files changed, 2 insertions(+), 0 deletions(-)

M _includes/seo.html
M _includes/seo.html => _includes/seo.html +2 -0
@@ 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 %}