Sha256: e29aec78639a60fe966ba9bb5d1d7f0069c54075e988f9f77e68a99204b9e2db
Contents?: true
Size: 498 Bytes
Versions: 1
Compression:
Stored size: 498 Bytes
Contents
<!doctype html> <html lang="{{ page.lang | default: site.lang | default: "en" }}"> {% include head.html %} <body> <div class="container"> {% include header.html %} <main> {{ content }} </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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-scaffold-0.1.0 | _layouts/default.html |