Sha256: fa57d85d9bb1d90706faadb5f61ffdc6db48ac78f1ea58057eec42ad50bab27b
Contents?: true
Size: 703 Bytes
Versions: 3
Compression:
Stored size: 703 Bytes
Contents
<!DOCTYPE html> <html lang="{{ page.lang | default: site.lang | default: 'en' }}"> {% include head.html %} <body> <div class="wrapper"> {% if page.layout == "default" or page.layout == "home" %} {% include header.html %} {% else %} {% include header-small.html %} {% endif %} <main class="main outer"> <div class="inner"> {{ content }} </div> </main> {% include footer.html %} </div> {% if page.math %} {% include mathjax.html %} {% endif %} {% if jekyll.environment == 'production' and site.google_analytics %} {% include google-analytics.html %} {% endif %} </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-quartz-0.1.2 | _layouts/default.html |
jekyll-theme-quartz-0.1.1 | _layouts/default.html |
jekyll-theme-quartz-0.1.0 | _layouts/default.html |