Sha256: 716b49f400c0e034c11d884606921e0168564e6932cfc07f36cd029cb3a83388

Contents?: true

Size: 1.53 KB

Versions: 130

Compression:

Stored size: 1.53 KB

Contents

<!DOCTYPE html>
<html lang="en">
    <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

130 entries across 130 versions & 1 rubygems

Version Path
linaro-jekyll-theme-0.1.2.32 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.1.2.31 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.1.2.30 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.1.2.29 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.1.2.28 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.1.2.27 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.1.2.26 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.1.2.25 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.1.2.24 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.1.2.23 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.1.2.22 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.1.2.21 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.1.2.20 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.1.2.19 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.1.2.18 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.1.2.17 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.1.2.16 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.1.2.15 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.1.2.14 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.1.2.13 _includes/_theme-includes/_head/head.html