Sha256: 3eed3f9e9d09025331f8b0d37ba0e33bdf9f36d95e0523a8ecea2240c4672712

Contents?: true

Size: 1.33 KB

Versions: 56

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

56 entries across 56 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-1.4.3.46 _includes/head.html
jumbo-jekyll-theme-1.4.3.45 _includes/head.html
jumbo-jekyll-theme-1.4.3.44 _includes/head.html
jumbo-jekyll-theme-1.4.3.43 _includes/head.html
jumbo-jekyll-theme-1.4.3.42 _includes/head.html
jumbo-jekyll-theme-1.4.3.41 _includes/head.html
jumbo-jekyll-theme-1.4.3.40 _includes/head.html
jumbo-jekyll-theme-1.4.3.39 _includes/head.html
jumbo-jekyll-theme-1.4.3.38 _includes/head.html
jumbo-jekyll-theme-1.4.3.37 _includes/head.html
jumbo-jekyll-theme-1.4.3.36 _includes/head.html
jumbo-jekyll-theme-1.4.3.35 _includes/head.html
jumbo-jekyll-theme-1.4.3.34 _includes/head.html
jumbo-jekyll-theme-1.4.3.33 _includes/head.html
jumbo-jekyll-theme-1.4.3.32 _includes/head.html
jumbo-jekyll-theme-1.4.3.30 _includes/head.html
jumbo-jekyll-theme-1.4.3.29 _includes/head.html
jumbo-jekyll-theme-1.4.3.28 _includes/head.html
jumbo-jekyll-theme-1.4.3.27 _includes/head.html
jumbo-jekyll-theme-1.4.3.26 _includes/head.html