Skip to content

Commit 6006704

Browse files
committed
removing ansible video course sidebar promo
1 parent 7d79e73 commit 6006704

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

theme/templates/article.html

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ <h1 style="font-size: 36px;">{{ article.title }}</h1>
4545
<div class="c9">
4646
{% endif %}
4747
{{ article.content }}
48-
<hr>
49-
{% include "email-for-book.html" %}
5048
{% endif %}
5149
</div>
5250
{% if article.category == "talk" %}
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
{% if false %}
12
<div class="pn">
23
<div class="pnh"><h3>Learn More Python</h3></div>
34
<div class="pnb">
45
<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>
56
<p style="font-size: .8em; margin-top: 10px;">Deploy web apps with the <a href="https://training.talkpython.fm/courses/explore_ansible/introduction-to-ansible-with-python">Ansible configuration management tool</a>.</p>
67
</div>
78
</div>
9+
{% endif %}

theme/templates/index-sidebar.html

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
Read everything online for free or purchase the
99
<a href="https://www.deploypython.com/full-stack-python.html">Supporter's Edition</a>
1010
for nicely-formatted ebooks.
11+
<hr>
12+
If you've been here before then take a look at
13+
the <a href="/change-log.html">changelog</a>
14+
to see what's new.
1115
</div>
1216
</div>
1317
{% include "books-videos/learnmore.html" %}

theme/templates/page.html

-2
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,9 @@ <h1 style="font-size: 32px">{{ page.title }}</h1>
4949
{{ page.content }}
5050
{% endif %}
5151
{% if page.sortorder[0:2] == "50" %}
52-
<hr>
5352
{% else %}
5453
{% include "choices/" + page.slug + ".html" %}
5554
{% endif %}
56-
{% include "email-for-book.html" %}
5755
</div>
5856
<div class="co1 c3">
5957
{% include "sidebar.html" %}

theme/templates/sidebar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
is an open book that explains concepts in plain language and provides
1111
helpful resources for those topics.
1212
<hr>
13-
Updates via <a href="/email.html">newsletter</a>,
13+
Updates via
1414
<a href="https://twitter.com/fullstackpython">Twitter</a> &amp;
1515
<a href="https://www.facebook.com/fullstackpython">Facebook</a>.
1616
</div>

0 commit comments

Comments
 (0)