Sha256: eb5f47b7122fab283d5dba3fc515f1fb9636ffe1dfbd5881d7205b37334192ef

Contents?: true

Size: 1.22 KB

Versions: 6

Compression:

Stored size: 1.22 KB

Contents

<!DOCTYPE html>
<html>
    <head>
        <title>
            {% if page.title %}
                    {{site.title}} - {{page.title}}
            {% elsif site.slogan %}
                    {{site.title}} - {{site.slogan}}
            {% else %}
                    {{site.title}}
            {% endif %}
        </title>
        {% include _theme-includes/_script-includes/css.html %}
        <link rel="icon" href="{% if site.company.favicon %}{{site.company.favicon}}{% else %}/assets/images/favicon.png?v=2{% endif %}" type="image/png" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta charset="UTF-8">
        {% if site.google-tag-manager %}
          {% include _theme-includes/_script-includes/gtm/gtm-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]-->
</head>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
linaro-jekyll-theme-0.3.9 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.3.8 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.3.7 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.3.6 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.3.5 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.3.4 _includes/_theme-includes/_head/head.html