Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swaps position of Table of Contents and Next Chapter buttons, fixes #130 #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/pagination.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav role="navigaiton" class="pagination">
{% if page.nextChapter %}<a href="{{ page.nextChapter }}">Next Chapter</a>{% endif %}
<a href="/table-of-contents/">Table of Contents</a>
<a href="/table-of-contents/">Table of Contents</a>
{% if page.nextChapter %}<a href="{{ page.nextChapter }}">Next Chapter</a>{% endif %}
</nav>
4 changes: 2 additions & 2 deletions _site/chapter-1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,8 @@ <h2 id="in-search-of-an-interface-design-methodology">In search of an interface


<nav role="navigaiton" class="pagination">
<a href="/chapter-2/">Next Chapter</a>
<a href="/table-of-contents/">Table of Contents</a>
<a href="/table-of-contents/">Table of Contents</a>
<a href="/chapter-2/">Next Chapter</a>
</nav>


Expand Down
4 changes: 2 additions & 2 deletions _site/chapter-2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ <h2 id="atomic-design-in-theory-and-in-practice">Atomic design in theory and in


<nav role="navigaiton" class="pagination">
<a href="/chapter-3/">Next Chapter</a>
<a href="/table-of-contents/">Table of Contents</a>
<a href="/table-of-contents/">Table of Contents</a>
<a href="/chapter-3/">Next Chapter</a>
</nav>


Expand Down
4 changes: 2 additions & 2 deletions _site/chapter-3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,8 @@ <h2 id="to-each-their-own">To each their own</h2>


<nav role="navigaiton" class="pagination">
<a href="/chapter-4/">Next Chapter</a>
<a href="/table-of-contents/">Table of Contents</a>
<a href="/table-of-contents/">Table of Contents</a>
<a href="/chapter-4/">Next Chapter</a>
</nav>


Expand Down
4 changes: 2 additions & 2 deletions _site/chapter-4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -691,8 +691,8 @@ <h2 id="bring-it-on-home">Bring it on home</h2>


<nav role="navigaiton" class="pagination">
<a href="/chapter-5/">Next Chapter</a>
<a href="/table-of-contents/">Table of Contents</a>
<a href="/table-of-contents/">Table of Contents</a>
<a href="/chapter-5/">Next Chapter</a>
</nav>


Expand Down
4 changes: 2 additions & 2 deletions _site/chapter-5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,8 @@ <h2 id="go-forth-and-be-atomic">Go forth and be atomic</h2>


<nav role="navigaiton" class="pagination">
<a href="/table-of-contents/">Table of Contents</a>
<a href="/table-of-contents/">Table of Contents</a>

</nav>


Expand Down
6 changes: 3 additions & 3 deletions _site/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</description>
<link>http://localhost:4200/</link>
<atom:link href="http://localhost:4200/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Mon, 13 Nov 2017 21:51:24 -0500</pubDate>
<lastBuildDate>Mon, 13 Nov 2017 21:51:24 -0500</lastBuildDate>
<generator>Jekyll v3.5.0</generator>
<pubDate>Fri, 08 Jun 2018 06:02:41 -0500</pubDate>
<lastBuildDate>Fri, 08 Jun 2018 06:02:41 -0500</lastBuildDate>
<generator>Jekyll v3.4.3</generator>

</channel>
</rss>
4 changes: 2 additions & 2 deletions _site/foreword/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ <h1 class="page-title">Foreword</h1>


<nav role="navigaiton" class="pagination">
<a href="/chapter-1/">Next Chapter</a>
<a href="/table-of-contents/">Table of Contents</a>
<a href="/table-of-contents/">Table of Contents</a>
<a href="/chapter-1/">Next Chapter</a>
</nav>


Expand Down
4 changes: 2 additions & 2 deletions _site/style-guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ <h5 id="this-is-a-fifth-level-heading">This is a fifth-level heading</h5>


<nav role="navigaiton" class="pagination">
<a href="/table-of-contents/">Table of Contents</a>
<a href="/table-of-contents/">Table of Contents</a>

</nav>


Expand Down