Sha256: 02652c76970678a41322fe1966d505c5b495bcf2cf83ce1c1b4f2f8e3a6dce91
Contents?: true
Size: 1.16 KB
Versions: 6
Compression:
Stored size: 1.16 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"> {% include language.html %} <!-- Wrapper --> <div id="wrapper"> {{ content }} </div> {% include footer.html %} </div> {% include scripts.html scripts=scripts %} </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems