diff options
Diffstat (limited to 'theme/templates/ebook/summary.html')
-rw-r--r-- | theme/templates/ebook/summary.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/theme/templates/ebook/summary.html b/theme/templates/ebook/summary.html index fa79a98..f5f2e66 100644 --- a/theme/templates/ebook/summary.html +++ b/theme/templates/ebook/summary.html @@ -27,11 +27,11 @@ <div class="page page-toc"> <h1>{{ __("SUMMARY") }}</h1> <ol> - {{ articles(summary.chapters) }} + {{ articles(summary.chapters) }} - {% if glossary.length > 0 %} - <li><a href="{{ basePath }}/GLOSSARY.html">{{ __("GLOSSARY") }}</a></li> - {% endif %} + {% if glossary.length > 0 %} + <li><a href="{{ basePath }}/GLOSSARY.html">{{ __("GLOSSARY") }}</a></li> + {% endif %} </ol> </div> {% endblock %} |