Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit d9b8252

Browse files
committed
remove extraneous : in jinja conditional
1 parent 7da266e commit d9b8252

File tree

1 file changed

+1
-1
lines changed
  • runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap

1 file changed

+1
-1
lines changed

runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<i class="glyphicon glyphicon-search" style='opacity:0.9;'></i>
113113
</a>
114114
<ul class='dropdown-menu'>
115-
{% if 'overview' in course_id: %}
115+
{% if 'overview' in course_id %}
116116
<li><a href='/{{appname}}/static/{{course_id}}/overview.html'>Table of Contents</a></li>
117117
{% else: %}
118118
<li><a href='{{ pathto(master_doc) }}'>Table of Contents</a></li>

0 commit comments

Comments
 (0)