Sha256: 1ed4f00d5556982b630059f4223f06f6963bfe7ad8a0338d33bbcccfe9a9a007

Contents?: true

Size: 1.52 KB

Versions: 7

Compression:

Stored size: 1.52 KB

Contents

<!DOCTYPE html>
<html>
    <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 _theme-includes/_script-includes/css.html %}
        <link rel="icon" href="{% if site.data.company.favicon %}{% if site.using_assets %}{% asset_path '{{site.data.company.favicon}}' %}{% else %}{{site.data.company.favicon}}{% endif %}{% 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.data.company.google.tag_manager %}
          {% include _theme-includes/_script-includes/gtm/gtm-script.html %}
        {% endif %}
        {% if site.data.company.google.analytics %}
            {% include _theme-includes/_script-includes/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]-->
</head>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
linaro-jekyll-theme-0.10.90 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.89 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.88 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.87 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.86 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.85 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.84 _includes/_theme-includes/_head/head.html