Skip to content

Commit 0956f78

Browse files
committed
Temporary fix to go to book index
1 parent b9ff2cb commit 0956f78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h1>{{ page.title }}</h2>
3939
<!-- jump to TOC button -->
4040
{% if not page.extra.notoc %}
4141
<a id="jump-toc-btn" href="#toc">Show table of contents</a>
42-
<a href="/" class="return-link">Back to home</a>
42+
<a href="../" class="return-link">Back to index</a>
4343
{% endif %}
4444
</article>
4545

0 commit comments

Comments
 (0)