Sha256: 3c8df85610edbd71e387bf70d7d0df66d5511f53e5de0d76cb9b8a5a41c7d21d

Contents?: true

Size: 1.33 KB

Versions: 207

Compression:

Stored size: 1.33 KB

Contents

<head>
    <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">
    <meta charset="UTF-8">
    
    
    {% 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

207 entries across 207 versions & 2 rubygems

Version Path
jumbo-jekyll-theme-1.9.3 _includes/head.html
jumbo-jekyll-theme-1.9.2 _includes/head.html
jumbo-jekyll-theme-1.9.1 _includes/head.html
jumbo-jekyll-theme-1.9.0 _includes/head.html
jumbo-jekyll-theme-1.8.98 _includes/head.html
jumbo-jekyll-theme-1.8.97 _includes/head.html
jumbo-jekyll-theme-1.8.96 _includes/head.html
jumbo-jekyll-theme-1.8.95 _includes/head.html
jumbo-jekyll-theme-1.8.94 _includes/head.html
jumbo-jekyll-theme-1.8.93 _includes/head.html
jumbo-jekyll-theme-1.8.92 _includes/head.html
jumbo-jekyll-theme-1.8.91 _includes/head.html
jumbo-jekyll-theme-1.8.9 _includes/head.html
jumbo-jekyll-theme-1.8.8 _includes/head.html
jumbo-jekyll-theme-1.8.7 _includes/head.html
jumbo-jekyll-theme-1.8.6 _includes/head.html
jumbo-jekyll-theme-1.8.5 _includes/head.html
jumbo-jekyll-theme-1.8.4 _includes/head.html
jumbo-jekyll-theme-1.8.3 _includes/head.html
jumbo-jekyll-theme-1.8.2 _includes/head.html