Skip to content

Commit a41265c

Browse files
committed
add banner for october
1 parent fdf0c51 commit a41265c

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

theme/templates/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<hr></div>
1818
{% block lower_banner %}{% endblock %}
1919
<div class="cn"><div class="ft sns"><a href="/about-author.html">Matt Makai</a> <a href="/change-log.html">2012-2018</a></div></div>
20+
{% block bottom_banner %}{% endblock %}
2021
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-19910497-7', 'auto'); ga('send', 'pageview');</script>
2122
{% block js %}{% endblock %}
2223
</body>

theme/templates/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,13 @@ <h3>What do you need to learn to create your application?</h3>
4040
{% include "index-sidebar.html" %}
4141
</div>
4242
{% endblock %}
43+
44+
{% block lower_banner %}
45+
<div style="margin: 0 0 12px;background-color: #22B24C;">
46+
<div class="cn">
47+
<p class="banner sns">
48+
<a href="https://developer.okta.com/" style="color:#fff">Easily secure and authenticate user accounts in your Python web applications with Okta</a>.
49+
</p>
50+
</div>
51+
</div>
52+
{% endblock %}

theme/templates/page.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,13 @@
5151
</div>
5252
</div>
5353
{% endblock %}
54+
55+
{% block lower_banner %}
56+
<div style="margin: 0 0 12px;background-color:#22B24C;">
57+
<div class="cn">
58+
<p class="banner sns">
59+
<a href="https://developer.okta.com/" style="color:#fff">Easily secure and authenticate user accounts in your Python web applications with Okta</a>.
60+
</p>
61+
</div>
62+
</div>
63+
{% endblock %}

0 commit comments

Comments
 (0)