Sha256: 5fb73a4d78ed5d7348fdecbc7974ddb489492961ce98b5fed3498265dbc6e032

Contents?: true

Size: 699 Bytes

Versions: 11

Compression:

Stored size: 699 Bytes

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="{{site.data.settings.favicon}}" 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 %}
    {% include_cached schema.html is_post=page.is_post included_page=page %}
</head>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-5.6.9.2 _includes/head.html
jumbo-jekyll-theme-5.6.9.1 _includes/head.html
jumbo-jekyll-theme-5.6.9 _includes/head.html
jumbo-jekyll-theme-5.6.8 _includes/head.html
jumbo-jekyll-theme-5.6.7 _includes/head.html
jumbo-jekyll-theme-5.6.6 _includes/head.html
jumbo-jekyll-theme-5.6.5 _includes/head.html
jumbo-jekyll-theme-5.6.4 _includes/head.html
jumbo-jekyll-theme-5.6.3 _includes/head.html
jumbo-jekyll-theme-5.6.2 _includes/head.html
jumbo-jekyll-theme-5.6.0 _includes/head.html