aboutsummaryrefslogtreecommitdiff
path: root/_includes/meta.html
blob: a7a0d2c9e3b73bb20500feb79babed3e2e557a4b (plain)
1
2
3
4
5
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

{% capture description %}{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}{% endcapture %}
<meta name="description" content="{{ description }}" />