Sha256: 0e638b74fa20fe9a9a837a74db7fa3424e9c1ccb0643e4507b792ec0e29192e6

Contents?: true

Size: 1.04 KB

Versions: 24

Compression:

Stored size: 1.04 KB

Contents

<head>
    <meta charset="UTF-8">
    <title>
        {% if page.title %}
            {{page.title}} - {{site.title}}
        {% else %}
            {{site.title}}
        {% endif %}
    </title>
    {% include_cached css.html pageCSS=page.css-package layoutCSS=layout.css-package %}
    <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">
    {% include_cached google-analytics.html %}
    {% 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]-->
    {% include_cached schema.html is_post=page.is_post included_page=page %}
</head>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-5.5.6 _includes/head.html
jumbo-jekyll-theme-5.5.5 _includes/head.html
jumbo-jekyll-theme-5.5.4 _includes/head.html
jumbo-jekyll-theme-5.5.3 _includes/head.html
jumbo-jekyll-theme-5.5.2 _includes/head.html
jumbo-jekyll-theme-5.5.1 _includes/head.html
jumbo-jekyll-theme-5.5.0 _includes/head.html
jumbo-jekyll-theme-5.4.0 _includes/head.html
jumbo-jekyll-theme-5.3.4 _includes/head.html
jumbo-jekyll-theme-5.3.3 _includes/head.html
jumbo-jekyll-theme-5.3.2 _includes/head.html
jumbo-jekyll-theme-5.3.1 _includes/head.html
jumbo-jekyll-theme-5.3.0 _includes/head.html
jumbo-jekyll-theme-5.2.1 _includes/head.html
jumbo-jekyll-theme-5.2.0 _includes/head.html
jumbo-jekyll-theme-4.9.0 _includes/head.html
jumbo-jekyll-theme-4.7.8 _includes/head.html
jumbo-jekyll-theme-4.7.7 _includes/head.html
jumbo-jekyll-theme-4.7.6 _includes/head.html
jumbo-jekyll-theme-4.7.5 _includes/head.html