Sha256: c9b78b880d91ce18ae819f2e5016805969dfb8fae7353202cf9d51ced8c52ac4

Contents?: true

Size: 1.42 KB

Versions: 51

Compression:

Stored size: 1.42 KB

Contents

<!DOCTYPE html>
<html>
    <head>
        <title>
            {% if page.title %}
                    {{site.title}} - {{page.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.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.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

51 entries across 51 versions & 1 rubygems

Version Path
linaro-jekyll-theme-0.10.33 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.32 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.31 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.30 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.29 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.28 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.27 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.26 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.25 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.24 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.23 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.22 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.21 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.20 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.19 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.18 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.17 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.16 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.15 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.14 _includes/_theme-includes/_head/head.html