Skip to content

Commit 888ebb4

Browse files
committed
update sidebars, nav and changelog
1 parent 368271a commit 888ebb4

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

content/pages/meta/00-change-log.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on GitHub.
1616

1717
## 2019
1818
### May
19+
* Updated the subnav with a link to
20+
[deploypython.com](https://www.deploypython.com/)
21+
and added a bunch of new resources across pages on the site.
1922
* Rearrange parts of the [app dependencies](/application-dependencies.html)
2023
page to make it easier to read.
2124
* Fix typos and broken internal links on site.

theme/templates/index-sidebar.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
<a href="/">Full Stack Python</a> is an <a href="https://github.com/mattmakai/fullstackpython.com">open book</a> that explains
66
concepts in plain language.
77
<hr>
8-
<a href="https://training.talkpython.fm/courses/explore_ansible/introduction-to-ansible-with-python"><img src="/img/logos/intro-to-ansible.jpg" alt="Introduction to Ansible video course logo." class="shot rnd outl" width="100%"></a>
9-
<p style="font-size: .8em; margin-top: 10px;">Learn <a href="https://training.talkpython.fm/courses/explore_ansible/introduction-to-ansible-with-python">Ansible</a> in my new course.</p>
8+
Read everything online for free or purchase the
9+
<a href="https://www.deploypython.com/full-stack-python.html">Supporter's Edition</a>
10+
for nicely-formatted ebooks.
1011
</div>
1112
</div>
12-
{% include "sponsor.html" %}
13+
{% include "books-videos/learnmore.html" %}
1314
</div>

theme/templates/sidebar.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{% if page %}
2-
{% include "sponsor.html" %}
32
{% include "books-videos/learnmore.html" %}
43
{% if not page.slug == "about-author" %}
54
{% include "desktop-toc.html" %}

theme/templates/subnav.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<div class="sns">
22
<a href="/table-of-contents.html">All topics</a> <span class="bk">|</span>
33
<a href="/blog.html">Blog</a> <span class="bk">|</span>
4-
<a href="/email.html">Newsletter</a> <span class="bk">|</span>
4+
<!--<a href="https://github.com/email.html">Newsletter</a> <span class="bk">|</span>-->
55
<a href="https://twitter.com/fullstackpython">@fullstackpython</a> <span class="bk">|</span>
66
<a href="https://www.facebook.com/fullstackpython">Facebook</a> <span class="bk">|</span>
7+
<a href="https://www.deploypython.com/">Books & Videos</a> <span class="bk">|</span>
8+
79
<a href="/change-log.html">What's new?</a>
810
</div>

0 commit comments

Comments
 (0)