<meta charset=“utf-8”> <!–[if IE]><meta http-equiv='X-UA-Compatible' content=‘IE=edge,chrome=1’>–> <meta name=“viewport” content=“width=device-width,initial-scale=1”>

{% seo %} <meta name=“keywords” content=“{% if site.author.username %}{{ site.author.username }},{% endif %}{% if page.tags != null %}{{ page.tags | join: ',' }}{% else %}{{ site.blog.keywords }}{% endif %}” />

{% if page.url == “/404.html” %}

<meta http-equiv="refresh" content="5; url={{ site.paths.blog | relative_url }}">

{% endif %}

{% if page.indexing == false %}

<meta name="robots" content="noindex">

{% endif %}

{% feed_meta %}