Skip to content

Commit 8a74e2e

Browse files
committed
remove link to intro on index page
1 parent 3a27397 commit 8a74e2e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

theme/templates/book-chapters.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
<div class="row">
2-
<div class="c4 toc">
3-
<h3>1. <a href="https://www.fullstackpython.com/">Introduction</a></h3>
41
<h4>1.1 <a href="/learning-programming.html">Learning Programming</a></h4>
52
<div class="tc"><a href="/python-programming-language.html">The Python Language</a></div>
63
<div class="tc"><a href="/why-use-python.html">Why Use Python?</a></div>

theme/templates/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ <h3>What do you need to learn to create your application?</h3>
4141
</div>
4242
<div class="row">
4343
<div class="c12">
44+
<div class="row">
45+
<div class="c4 toc">
46+
<h3>1. Introduction</h3>
4447
{% include "book-chapters.html" %}
4548
</div>
4649
</div>

theme/templates/table-of-contents.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
<div class="row">
1616
<div class="c12">
1717
<h1>Table of Contents</h1>
18+
<div class="row">
19+
<div class="c4 toc">
20+
<h3>1. <a href="https://www.fullstackpython.com/">Introduction</a></h3>
1821
{% include "book-chapters.html" %}
1922
<br>
2023

0 commit comments

Comments
 (0)