Sha256: 63dba3bd4bae1fc919fddbfec7fe94c3a62a7b2c84cf06bee527ae838f512f54

Contents?: true

Size: 437 Bytes

Versions: 10

Compression:

Stored size: 437 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 %}

<div id="language-selector">
	<ul class="language">
		{% for page in pages %}
		{% if page.lang != "x-default" %}
		<li>
		    <a href="{{ page.url | absolute_url }}" class="{{ page.lang }}">{{ page.lang }}</a>
		</li>
		{% endif %}
		{% endfor %}
	</ul>
</div>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
jekyll-theme-ethereal-0.3.1 _includes/language.html
jekyll-theme-ethereal-0.3.0 _includes/language.html
jekyll-theme-parallelism-0.1.5 _includes/language.html
jekyll-theme-ethereal-0.2.4 _includes/language.html
jekyll-theme-ethereal-0.2.3 _includes/language.html
jekyll-theme-ethereal-0.2.2 _includes/language.html
jekyll-theme-ethereal-0.2.1 _includes/language.html
jekyll-theme-ethereal-0.2.0 _includes/language.html
jekyll-theme-ethereal-0.1.0 _includes/language.html
jekyll-theme-parallelism-0.1.4 _includes/language.html