Sha256: 62a2f2787062008ff68fff91b0193ee601acf6779ca326a0e73be27fb7bdd9f8

Contents?: true

Size: 1.51 KB

Versions: 20

Compression:

Stored size: 1.51 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.company.favicon %}{% if site.using_assets %}{% asset_path '{{site.company.favicon}}' %}{% else %}{{site.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

20 entries across 20 versions & 1 rubygems

Version Path
linaro-jekyll-theme-0.10.82 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.81 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.80 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.79 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.78 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.77 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.76 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.75 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.74 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.73 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.72 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.71 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.70 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.69 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.68 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.67 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.66 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.65 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.64 _includes/_theme-includes/_head/head.html
linaro-jekyll-theme-0.10.63 _includes/_theme-includes/_head/head.html