Sha256: 5a7492314c9ce75aedaca3a6ec406dee9f1cb87843f5371e70bdc1202c69993f
Contents?: true
Size: 690 Bytes
Versions: 4
Compression:
Stored size: 690 Bytes
Contents
<!doctype html> <html lang="{{ page.lang | default: site.lang | default: "en" }}"> {% include head.html %} <body> <div class="container"> <aside class="sidebar-left"> {% include header.html %} </aside> <main> {{ content }} {% include footer.html %} </main> <aside class="sidebar-right"> {%- if page.toc -%} {% include toc-div.html %} {%- endif -%} </aside> </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
4 entries across 4 versions & 1 rubygems