{% set theme_modes = ['light', 'dark'] %} {% include "partials/theme_prepaint.html" with context %} {% set page_url = config.site_url.rstrip('/') + '/' + current_page.replace('.md', '.html') if current_page and current_page != 'index.md' else config.site_url %} {{ title }} - {{ config.site_name }} {% if config.theme and config.theme.palette %} {% endif %}
{{ config.site_name }} {{ title }}
{% include "partials/theme_switcher.html" %}
Your reading session
{% if current_index is not none %}

Page {{ current_index + 1 }} of {{ total_pages }}

{% endif %}

{{ title }}

{% block content %}{% endblock %}
{% if prev_page %} Previous {{ prev_page.title }} {% else %}{% endif %} {% if next_page %} Next {{ next_page.title }} {% endif %}
{% include "partials/active_nav_script.html" %} {% set theme_switcher_modes = [ {"value": "light", "label": "Day", "swatch_bg": "#F5F6F3", "swatch_fg": "#1F3A5F"}, {"value": "dark", "label": "Night", "swatch_bg": "#14171C", "swatch_fg": "#7C9CC4"} ] %} {% include "partials/theme_switcher_script.html" with context %} {% include "partials/style_switcher.html" %} {% include "partials/style_switcher_script.html" %}