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-3.1.2.1 _includes/head.html
jumbo-jekyll-theme-3.1.2 _includes/head.html
jumbo-jekyll-theme-3.1.1 _includes/head.html
jumbo-jekyll-theme-3.1.0 _includes/head.html
jumbo-jekyll-theme-3.0.57 _includes/head.html
jumbo-jekyll-theme-3.0.56 _includes/head.html
jumbo-jekyll-theme-3.0.55 _includes/head.html
jumbo-jekyll-theme-3.0.54 _includes/head.html
jumbo-jekyll-theme-3.0.53 _includes/head.html
jumbo-jekyll-theme-3.0.52 _includes/head.html
jumbo-jekyll-theme-3.0.51 _includes/head.html
jumbo-jekyll-theme-3.0.50 _includes/head.html
jumbo-jekyll-theme-3.0.49 _includes/head.html
jumbo-jekyll-theme-3.0.48 _includes/head.html
jumbo-jekyll-theme-3.0.47 _includes/head.html
jumbo-jekyll-theme-3.0.46 _includes/head.html
jumbo-jekyll-theme-3.0.45 _includes/head.html
jumbo-jekyll-theme-3.0.44 _includes/head.html
jumbo-jekyll-theme-3.0.43 _includes/head.html
jumbo-jekyll-theme-3.0.40 _includes/head.html