Sha256: 7d43269e28d043ea54db05abc30694d0d823628c349b25350d3dfb87bf83bccf
Contents?: true
Size: 877 Bytes
Versions: 13
Compression:
Stored size: 877 Bytes
Contents
--- --- {%- assign lang = page.lang | default: site.lang | default: 'en' -%} {%- assign menu = site.data.menus[page.menu][lang] -%} {%- assign title = page.title | default: site.title -%} {%- assign description = page.description | default: site.description -%} {%- assign stylesheets = page.stylesheets | default: site.stylesheets -%} {%- assign scripts = page.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
13 entries across 13 versions & 1 rubygems