<!DOCTYPE html> <html lang=β{{ page.lang | default: site.lang | default: βenβ }}β>
{% include head.html %} <body> {% include sidebar.html %} <div class="wrap"> <div class="container"> <header class="masthead"> <h3 class="masthead-title"> <a href="{{ '/' | relative_url }}" title="Home">{{ site.title }}</a> <small>{{ site.tagline }}</small> </h3> </header> <main> {{ content }} </main> <footer class="footer"> <small> © <time datetime="{{ site.time | date_to_xmlschema }}">{{ site.time | date: '%Y' }}</time> {%- if site.author -%} <a href="{{ site.author.url }}" target="_blank">{{ site.author.name }}</a> {%- endif -%}. All rights reserved. <br> Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/zivong/ockham" target="_blank">Ockham</a>. </small> </footer> </div> </div> <label for="sidebar-checkbox" class="sidebar-toggle"></label> {% if page.math %} {% include mathjax.html %} {% endif %} {% if jekyll.environment == 'production' and site.google_analytics %} {% include google-analytics.html %} {% endif %} </body>
</html>