Sha256: 99818e872429d7180239e432c95d77f05dffa3142831042b9f8c19ed262030c3

Contents?: true

Size: 1.48 KB

Versions: 43

Compression:

Stored size: 1.48 KB

Contents

<head>
    {% if site.data.settings.ascii-art != "false" %}
        {% include {{site.data.settings.ascii-art}} %}
    {% endif %}
    <meta charset="UTF-8">
    {% if site.data.settings.http2 %}
        {% include http2.html %}
    {% endif %}
    <title>
        {% if page.title %}
            {{page.title}} - {{site.title}}
        {% elsif site.data.settings.slogan %}
            {{site.title}} - {{site.data.settings.slogan}}
        {% else %}
            {{site.title}}
        {% endif %}
    </title>
    {% include css.html %}
    <link rel="icon" href="{% if site.data.settings.favicon %}
    {% asset_path '{{site.data.settings.favicon}}'  %}
    {% endif %}" type="image/png" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    {% if site.data.settings.google.tag_manager %}
      {% include gtm-script.html %}
    {% endif %}
    {% if site.data.settings.google.analytics %}
        {% include google-analytics-script.html %}
    {% endif %}
    {% if page.keywords %}
        <meta name="keywords" content="{{page.keywords}}">
    {% endif %}
    {% seo title=false %}
    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    {% if site.data.settings.schema.enabled %}
        {% include schema.html %}
    {% endif %}
</head>

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-4.7.0 _includes/head.html
jumbo-jekyll-theme-4.6.2 _includes/head.html
jumbo-jekyll-theme-4.6.1 _includes/head.html
jumbo-jekyll-theme-4.6.0 _includes/head.html
jumbo-jekyll-theme-4.5.0 _includes/head.html
jumbo-jekyll-theme-4.4.9 _includes/head.html
jumbo-jekyll-theme-4.4.8 _includes/head.html
jumbo-jekyll-theme-4.4.7 _includes/head.html
jumbo-jekyll-theme-4.4.6 _includes/head.html
jumbo-jekyll-theme-4.4.5 _includes/head.html
jumbo-jekyll-theme-4.4.4 _includes/head.html
jumbo-jekyll-theme-4.4.3 _includes/head.html
jumbo-jekyll-theme-4.4.2 _includes/head.html
jumbo-jekyll-theme-4.4.1 _includes/head.html
jumbo-jekyll-theme-4.4.0 _includes/head.html
jumbo-jekyll-theme-4.3.9 _includes/head.html
jumbo-jekyll-theme-4.3.8 _includes/head.html
jumbo-jekyll-theme-4.3.6 _includes/head.html
jumbo-jekyll-theme-4.3.5 _includes/head.html
jumbo-jekyll-theme-4.3.4 _includes/head.html