Sha256: 49249424f361915c132192602e23e82cc360ce66a007eb2d895b14d2140c3aa5

Contents?: true

Size: 1.25 KB

Versions: 33

Compression:

Stored size: 1.25 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.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

33 entries across 33 versions & 1 rubygems

Version Path
linaro-jekyll-theme-0.8.1 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.8.0 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.7.9 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.7.8 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.7.7 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.7.6 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.7.5 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.7.4 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.7.3 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.7.2 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.7.1 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.7.0 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.6.9 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.6.8 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.6.7 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.6.6 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.6.5 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.5.5 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.5.4 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.5.3 _includes/_theme-includes/_head/head.html