Skip to content

Commit 8fe2483

Browse files
authored
Add context to RHS TOC parameter
1 parent d5e85ab commit 8fe2483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantecon_book_theme/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
<div class="page__toc">
9090

91-
{% if theme_sticky_rhs_toc is defined and theme_sticky_rhs_toc is sameas true %}
91+
{% if theme_sticky_contents is defined and theme_sticky_contents is sameas true %}
9292
<div class="inner sticky">
9393
{%- else %}
9494
<div class="inner">

0 commit comments

Comments
 (0)