diff options
-rw-r--r-- | theme/templates/page.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/theme/templates/page.html b/theme/templates/page.html index 6b8c6ca..9dbb265 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -7,7 +7,7 @@ <link rel="stylesheet" href="{{ staticBase }}/print.css"> {% endblock %} -{% set exercise = 0 %} +{% set exercise = 1 %} {% block content %} {# Cover #} <section id="cover"> @@ -90,8 +90,8 @@ {# Exercise solutions #} - {% if exercise > 0 %} - {% set exercise = 0 %} + {% if exercise > 1 %} + {% set exercise = 1 %} <section> <article class="new-chapter"> <h1>Exercise Solutions</h1> |