Sha256: aa1202118b26efbbb5bf83bc99947ae82ebc628ef3dcb6a89e942f909c27af3e

Contents?: true

Size: 1010 Bytes

Versions: 4

Compression:

Stored size: 1010 Bytes

Contents

---
---
{%- assign lang = page.lang | default: layout.lang | default: site.lang | default: 'en' -%}
{%- assign menu = site.data.menus[page.menu][lang] -%}
{%- assign title = page.title | default: layout.title | default: site.title -%}
{%- assign description = page.description | default: layout.description | default: site.description -%}
{%- assign stylesheets = page.stylesheets | default: layout.stylesheets | default: site.stylesheets -%}
{%- assign scripts = page.scripts | default: layout.scripts | default: site.scripts -%}
<!DOCTYPE html>
<!--
    Consulting template by MOODULE
    https://github.com/moodule/jekyll-theme-consulting
    Free for personal and commercial use under the CCA 4.0 license
-->
<html lang="{{ lang }}">
{% include head.html title=title description=description stylesheets=stylesheets %}
<body>
    <div>
        {{ content }}
        {% include sidebar.html menu=menu %}
    </div>
    {% include footer.html %}
    {% include scripts.html scripts=scripts %}
</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-consulting-0.11.10 _layouts/landing.html
jekyll-theme-consulting-0.11.9 _layouts/landing.html
jekyll-theme-consulting-0.11.8 _layouts/landing.html
jekyll-theme-consulting-0.11.7 _layouts/landing.html