diff --git a/about.html b/about.html
index 0a60fdc..c5009c0 100644
--- a/about.html
+++ b/about.html
@@ -11,6 +11,7 @@
h1:before{content:""}
+
You are here: Home ‣ Dive Into Python 3 ‣
About the book
diff --git a/case-study-porting-chardet-to-python-3.html b/case-study-porting-chardet-to-python-3.html
index 44e5462..a30e7a0 100644
--- a/case-study-porting-chardet-to-python-3.html
+++ b/case-study-porting-chardet-to-python-3.html
@@ -11,6 +11,7 @@
body{counter-reset:h1 20}
+
skip to main content
You are here: Home ‣ Dive Into Python 3 ‣
diff --git a/index.html b/index.html
index e3b3d78..d3d678c 100644
--- a/index.html
+++ b/index.html
@@ -14,6 +14,7 @@ li:last-child:before{content:"A. \00a0 \00a0"}
li.todo{background:white;color:gainsboro}
+
Dive Into Python 3 will cover Python 3 and its differences from Python 2. Compared to the original Dive Into Python, it will be about 50% revised and 50% new material. I will publish drafts online as I go. The final version will be published on paper by Apress. The book will remain online under the CC-BY-SA-3.0 license.
You can see the full table of contents (not finalized), or read what I’ve written so far:
diff --git a/native-datatypes.html b/native-datatypes.html
index 7790453..a17fb85 100644
--- a/native-datatypes.html
+++ b/native-datatypes.html
@@ -11,6 +11,7 @@
body{counter-reset:h1 2}
+
skip to main content
You are here: Home ‣ Dive Into Python 3 ‣
diff --git a/porting-code-to-python-3-with-2to3.html b/porting-code-to-python-3-with-2to3.html
index b0e26a6..3a4e2b6 100644
--- a/porting-code-to-python-3-with-2to3.html
+++ b/porting-code-to-python-3-with-2to3.html
@@ -13,6 +13,7 @@ h2:before{counter-increment:h2;content:"A." counter(h2) ". "}
h3:before{counter-increment:h3;content:"A." counter(h2) "." counter(h3) ". "}
+
skip to main content
You are here: Home ‣ Dive Into Python 3 ‣
diff --git a/regular-expressions.html b/regular-expressions.html
index baa2dfa..5eb1b6f 100644
--- a/regular-expressions.html
+++ b/regular-expressions.html
@@ -11,6 +11,7 @@
body{counter-reset:h1 4}
+
skip to main content
You are here: Home ‣ Dive Into Python 3 ‣
diff --git a/table-of-contents.html b/table-of-contents.html
index 189775b..6d82981 100644
--- a/table-of-contents.html
+++ b/table-of-contents.html
@@ -15,6 +15,7 @@ ul{list-style:none;margin:0;padding:0}
ul li ol{margin:0;padding:0 0 0 2.5em}
+
You are here: Home ‣ Dive Into Python 3 ‣
Table of contents
diff --git a/unit-testing.html b/unit-testing.html
index 6a60dd0..cfa7c0f 100644
--- a/unit-testing.html
+++ b/unit-testing.html
@@ -11,6 +11,7 @@
body{counter-reset:h1 7}
+
skip to main content
You are here: Home ‣ Dive Into Python 3 ‣
diff --git a/your-first-python-program.html b/your-first-python-program.html
index a9d4cce..fc80330 100644
--- a/your-first-python-program.html
+++ b/your-first-python-program.html
@@ -11,6 +11,7 @@
body{counter-reset:h1 1}
+
skip to main content
You are here: Home ‣ Dive Into Python 3 ‣