Skip to content

Commit 1491e75

Browse files
committed
updating some page structures
1 parent 4d63ffd commit 1491e75

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

content/pages/meta/02-about-author.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ sidebartitle: About the Author
77
meta: Learn more about the author of Full Stack Python, Matt Makai.
88

99

10-
# About the Author
1110
[Full Stack Python](https://www.fullstackpython.com/) is coded and written by
1211
[Matt Makai](http://www.mattmakai.com/). Matt currently
1312
works in Washington, D.C. for the

theme/templates/page.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ <h1 style="font-size: 32px">{{ page.title }}</h1>
4242
<img src="/img/visuals/matt-makai-2017.jpg" width="100%" style="border-radius:6px;margin-top:30px">
4343
</div>
4444
<div class="c6">
45+
<h1>{{ page.title }}</h1>
4546
{{ page.content }}
4647
</div>
4748
</div>

theme/templates/pdf-book.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ <h1 id="table-of-contents">Table of Contents</h1>
4949
<img src="img/book/07-meta/07-cover.png" class="chapter-cover">
5050
</div>
5151
{% endif %}
52-
{% if page.slug != "change-log" and page.slug != "page-statuses" and page.slug != "future-directions" %}
52+
{% if page.slug != "change-log" and page.slug != "page-statuses" and page.slug != "future-directions" and page.slug != "marcos-pythona" %}
53+
<h2 id="{{ page.slug }}">{{ page.title }}</h2>
5354
{{ page.content }}
5455
{% endif %}
5556
{% endif %}

0 commit comments

Comments
 (0)