Sha256: 24af9de73f3af31ea779dfcfa58e58e3169e15292e0ffec3722f370d70b1c8e5

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">

{% unless page.redirect %}
  {% if plugins contains 'jekyll-seo-tag' %}{% include head/seo-tag.html %}
  {% else %}{% include head/seo-fallback.html %}{% endif %}

  {% if site.keywords or page.keywords %}
    <meta name="keywords" content="{{ page.keywords | default:site.keywords | join:',' }}">
  {% endif %}
{% else %}
  <meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
  <title>{{ site.data.strings.redirecting | default:"Redirecting..." }}</title>
{% endunless %}

<meta name="mobile-web-app-capable" content="yes">

<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="{{ site.title }}">
<meta name="apple-mobile-web-app-status-bar-style" content="black">

<meta name="application-name" content="{{ site.title }}">
<meta name="msapplication-config" content="{{ '/assets/ieconfig.xml' | relative_url }}">

{% unless site.hydejack.no_theme_color %}
<meta name="theme-color" content="{{ color | default:'#4fb1ba' }}">
{% endunless %}

<meta name="generator" content="Hydejack v7.1.1" />

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-7.1.1 _includes/head/meta.html