Sha256: cb9f8ae2f262d2d64a61ad0bac8787adaee7db095effcbe44abfb0b226a4c250

Contents?: true

Size: 855 Bytes

Versions: 1

Compression:

Stored size: 855 Bytes

Contents

---
---
{% assign lang = page.lang | default: site.lang | default: 'en' %}
{% assign menu = site.data.translations.menu[page.menu][lang] %}
{% assign title = page.title | default: site.title %}
{% assign subtitle = page.subtitle | default: site.subtitle %}
{% assign description = page.description | default: site.description %}

<!DOCTYPE HTML>
<!--
    Parallelism by HTML5 UP
    html5up.net | @ajlkn
    Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html lang="{{ lang }}">
    
    {% include head.html title=title subtitle=subtitle description=description %}

    <body class="is-preload">
        
        <div id="wrapper">

            {% include language.html %}

            {{ content }}

            {% include footer.html %}

        </div>

        {% include scripts.html %}

    </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-parallelism-0.1.5 _layouts/default.html