Sha256: 155033fa4df152cd8d427149467d916a67f993d0a9fd0079dcd66d1741117492

Contents?: true

Size: 804 Bytes

Versions: 3

Compression:

Stored size: 804 Bytes

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/styles.css' | absolute_url }}" />
    {% if site.favicon_url %}
    <link rel="icon" href="{{ site.favicon_url | absolute_url }}" />
    {% endif %}
    {% 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>
</head>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-drop-0.1.6 _includes/head.html
jekyll-theme-drop-0.1.5 _includes/head.html
jekyll-theme-drop-0.1.4 _includes/head.html