Skip to content

Commit 19213fe

Browse files
committed
update about author page
1 parent 1775554 commit 19213fe

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed
-20 KB
Binary file not shown.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ meta: Learn more about the author of Full Stack Python, Matt Makai.
88

99

1010
# About the Author
11-
This website was coded and written by
12-
[Matt Makai](http://www.mattmakai.com/), currently a
13-
[Developer Evangelist](https://www.twilio.com/blog/2014/02/introducing-developer-evangelist-matt-makai.html)
14-
at [Twilio](https://www.twilio.com/) in Washington, D.C.
11+
Full Stack Python is coded and written by
12+
[Matt Makai](http://www.mattmakai.com/). Matt currently
13+
works in Washington, D.C. for the
14+
[Twilio Developer Network](https://www.twilio.com/blog/2014/02/introducing-developer-evangelist-matt-makai.html).
1515

1616
Other projects by Matt include
1717
[The Full Stack Python Guide to Deployments](http://www.deploypython.com/),

theme/templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{% if page.slug == 'about-author' %}
1717
<div class="row">
1818
<div class="c6">
19-
<img src="/img/visuals/matt-makai-2017.jpg" width="100%" style="border-radius:6px;padding-top:30px">
19+
<img src="/img/visuals/matt-makai-2017.jpg" width="100%" style="border-radius:6px;margin-top:30px">
2020
</div>
2121
<div class="c6">
2222
{{ page.content }}

theme/templates/pdf-book.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ <h1>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" %}
5253
{{ page.content }}
54+
{% endif %}
5355
{% endif %}
5456
{% endfor %}
5557
</body>

0 commit comments

Comments
 (0)