Sha256: f737a59902704362be79b338c1aec3a38f65369659dbe7f7e9688f76c784552e

Contents?: true

Size: 1.32 KB

Versions: 26

Compression:

Stored size: 1.32 KB

Contents

<head>
    <title>
        {% if page.title %}
                 {{page.title}} - {{site.title}}
        {% elsif site.data.company.slogan %}
                {{site.title}} - {{site.data.company.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-analytics.tag-manager %}
      {% include google-tag-manager.html %}
    {% endif %}
    
    {% if site.data.settings.google-analytics.analytics %}
        {% include google-analytics.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.schema %}
        {% include schema.html %}
    {% endif %}
    
</head>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-1.4.2.30 _includes/head.html
jumbo-jekyll-theme-1.4.2.29 _includes/head.html
jumbo-jekyll-theme-1.4.2.28 _includes/head.html
jumbo-jekyll-theme-1.4.2.27 _includes/head.html
jumbo-jekyll-theme-1.4.2.26 _includes/head.html
jumbo-jekyll-theme-1.4.2.25 _includes/head.html
jumbo-jekyll-theme-1.4.2.24 _includes/head.html
jumbo-jekyll-theme-1.4.2.23 _includes/head.html
jumbo-jekyll-theme-1.4.2.22 _includes/head.html
jumbo-jekyll-theme-1.4.2.21 _includes/head.html
jumbo-jekyll-theme-1.4.2.20 _includes/head.html
jumbo-jekyll-theme-1.4.2.19 _includes/head.html
jumbo-jekyll-theme-1.4.2.18 _includes/head.html
jumbo-jekyll-theme-1.4.2.17 _includes/head.html
jumbo-jekyll-theme-1.4.2.16 _includes/head.html
jumbo-jekyll-theme-1.4.2.15 _includes/head.html
jumbo-jekyll-theme-1.4.2.14 _includes/head.html
jumbo-jekyll-theme-1.4.2.13 _includes/head.html
jumbo-jekyll-theme-1.4.2.12 _includes/head.html
jumbo-jekyll-theme-1.4.2.11 _includes/head.html