You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/theme/templates/index-sidebar.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,21 @@
4
4
<divclass="panel-heading"><h3class="panel-head">{% for p in pages|sort(attribute='sort-order') %}{% if page and p.slug == page.slug %}{{ p.title }}{% endif %}{% endfor %}{% if not page %}Full Stack Python{% endif %}</h3></div>
5
5
<divclass="panel-body">
6
6
{% if not page %}
7
+
<ahref="/">Full Stack Python</a> is an open book that explains
8
+
concepts in plain language and provides the most helpful resources
9
+
on those topics.
10
+
<hr/>
7
11
View the
8
12
<ahref="/table-of-contents.html">table of contents</a> if you're
0 commit comments