File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ sidebartitle: About the Author
77meta: 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
1312works in Washington, D.C. for the
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments