Skip to content

Commit b81aa9c

Browse files
committed
update sidebars
1 parent 815b429 commit b81aa9c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

theme/templates/article-sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="pn">
22
<div class="pnh">
3-
<h3>Learn more about these concepts</h3>
3+
<h3>Learn more</h3>
44
</div>
55
<img src="{{ article.headerimage }}" alt="{{ article.headeralt }}" width="100%">
66
<div class="lg">

theme/templates/desktop-toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="pn" id="full-toc">
22
<div class="pnh">
3-
<h3><a href="/table-of-contents.html">Chapters</a></h3>
3+
<h3><a href="/table-of-contents.html">Table of Contents</a></h3>
44
</div>
55
<div class="lg">
66
{% for p in pages|sort(attribute='sortorder') %}

theme/templates/sidebar.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{% if page %}
22
{% include "sponsor.html" %}
3+
{% if not page.slug == "about-author" %}
4+
{% include "desktop-toc.html" %}
5+
{% endif %}
36
<div class="pn">
47
<div class="pnh"><h3>Full Stack Python</h3></div>
58
<div class="pnb">
@@ -12,9 +15,6 @@
1215
<a href="https://www.facebook.com/fullstackpython">Facebook</a>.
1316
</div>
1417
</div>
15-
{% if not page.slug == "about-author" %}
16-
{% include "desktop-toc.html" %}
17-
{% endif %}
1818
{% endif %}
1919
{% if not page %}
2020
<div class="pn">

0 commit comments

Comments
 (0)