Sha256: 0a0445fc4bdca3689c990efee4d0e6d4d368fb46524d780fc59eef76ca15ad79

Contents?: true

Size: 1.62 KB

Versions: 5

Compression:

Stored size: 1.62 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]-->
        {% if site.schema %}
            {% include schema.html %}
        {% endif %}
</head>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
linaro-jekyll-theme-1.3 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-1.2 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-1.1 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-1.0 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.1.2.75 _includes/_theme-includes/_head/head.html