--- layout: compress # Default layout # v2.0 # https://github.com/cotes2020/jekyll-theme-chirpy # © 2017-2019 Cotes Chung # MIT Licensed --- {% if site.lang %} {% assign lang = site.lang | split: "_" | first %} {% else %} {% assign lang = 'en' %} {% endif %} {% capture prefer_mode %} {% if site.theme_mode != "dual" %} mode="{{ site.theme_mode }}" {% endif %} {% endcapture %} {% include head.html %} {% include topbar.html %}
{% include fixlinenos.html content=content %} {% include footer.html %}
{% include search-results.html %}
{% if jekyll.environment == 'production' %} {% include google-analytics.html %} {% endif %} {% include search-loader.html %}