Sha256: 46f2b2c21242b61d36eca79e214c449a6f1c47ffb99bb9f8d33840412328cca8

Contents?: true

Size: 1 KB

Versions: 2

Compression:

Stored size: 1 KB

Contents

{% if page.noindex or page.no_index or page.sitemap == false %}
  <meta name="robots" content="noindex">
{% endif %}

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

  {% if site.keywords.size > 0 or page.keywords.size > 0 %}
    <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 %}

{% if site.hydejack.dark_mode.dynamic %}
  <meta name="color-scheme" content="dark light">
{% elsif site.hydejack.dark_mode.always %}
  <meta name="color-scheme" content="dark">
{% else %}
  <meta name="color-scheme" content="light">
{% endif %}

{% unless site.hydejack.no_theme_color %}
  <meta name="theme-color" content="{{ theme_color | default:'rgb(8,46,57)' }}">
{% endunless %}

Version data entries

2 entries across 2 versions & 1 rubygems

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