Sha256: a52d477c570ba2b4f03a327c70abbfc6c2f994650a9ca51f95c42850889d25f0

Contents?: true

Size: 1.09 KB

Versions: 3

Compression:

Stored size: 1.09 KB

Contents

{% assign posts=site.posts | where:"lang-ref", page.lang-ref | sort: 'lang' %}
{% assign pages=site.pages | where:"lang-ref", page.lang-ref | sort: 'lang' | concat: posts %}

<head>
    <title>{{ include.title }} - {{ include.subtitle }}</title>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
    <link rel="stylesheet" href="{{ 'assets/css/main.css' | absolute_url }}" />
    {% for page in pages %}
    <link rel="alternate" hreflang="{{ page.lang }}" href="{{ page.url }}" />
    {% endfor %}
    <noscript><link rel="stylesheet" href="{{ 'assets/css/noscript.css' | absolute_url }}" /></noscript>
    {% if site.favicon_url %}<link rel="icon" href="{{ site.favicon_url | absolute_url }}" />{% endif %}
    <!--[if lte IE 8]><script src="{{ 'assets/js/ie/html5shiv.js' | absolute_url }}"></script><![endif]-->
    <!--[if lte IE 9]><link rel="stylesheet" href="{{ 'assets/css/ie9.css' | absolute_url }}" /><![endif]-->
    <!--[if lte IE 8]><link rel="stylesheet" href="{{ 'assets/css/ie8.css' | absolute_url }}" /><![endif]-->
</head>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-consulting-0.1.17 _includes/head.html
jekyll-theme-consulting-0.1.16 _includes/head.html
jekyll-theme-consulting-0.1.15 _includes/head.html