Sha256: 0c8c7216d23b77fca171d84295e73585a1c865bf08f30feaf855a032f275a1e1
Contents?: true
Size: 684 Bytes
Versions: 1
Compression:
Stored size: 684 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/style.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> </head>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-overflow-0.1.2 | _includes/head.html |