Sha256: 262e13b006c3db0d19bfd00d8b9a9a0bfe08cc44d662947d3cfc7480a4391d83
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
--- --- {%- assign lang = page.lang | default: site.lang | default: 'en' -%} {%- assign title = page.title | default: site.title -%} {%- assign subtitle = page.subtitle | default: site.subtitle -%} {%- assign description = page.description | default: site.description -%} {%- assign stylesheets = page.stylesheets | default: site.stylesheets -%} {%- assign scripts = page.scripts | default: site.scripts -%} <!DOCTYPE html> <!-- Ethereal by HTML5 UP html5up.net | @ajlkn Ported into a Jekyll template by MOODULE https://moodule.github.io | @moodule Free for personal and commercial use under the CCA 4.0 license --> <html lang="{{ lang }}"> {% include head.html title=title subtitle=subtitle description=description stylesheets=stylesheets %} <body class="is-preload"> <!-- Page Wrapper --> <div id="page-wrapper"> <!-- Wrapper --> <div id="wrapper"> {% include language.html %} {{ content }} {% include footer.html %} </div> </div> {% include scripts.html scripts=scripts %} </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-ethereal-0.5.0 | _layouts/default.html |