Skip to content

Commit cc15fd3

Browse files
committed
working on adding to other pages
1 parent 33b03d3 commit cc15fd3

File tree

5 files changed

+45
-5
lines changed

5 files changed

+45
-5
lines changed

deployment.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,19 @@ <h4>Interested in major updates to this site or an alert when a complete Full St
162162

163163

164164

165+
<div class="panel panel-success">
166+
<div class="panel-heading">
167+
<h3 class="panel-head">Sponsored By</h3>
168+
</div>
169+
<div class="panel-body">
170+
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march"><img src="theme/img/sponsored/loggly.jpg" alt="Loggly with Beaver logo" width="100%"></a>
171+
<p style="font-size: .8em; margin-top: 10px;">Want to improve your Python
172+
deployment? I highly recommend
173+
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march" onclick="trackOutboundLink('https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march'); return false;">signing up for a free Loggly account</a>
174+
to improve the logging performance.
175+
</p>
176+
</div>
177+
</div>
165178
<div class="panel panel-success">
166179
<div class="panel-heading">
167180
<h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Table of Contents</a></h3>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-02-27T08:36:49Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-02-27T16:36:06Z</updated></feed>

logging.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ <h3 class="panel-head">Sponsored By</h3>
229229
</div>
230230
<div class="panel-body">
231231
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march"><img src="theme/img/sponsored/loggly.jpg" alt="Loggly with Beaver logo" width="100%"></a>
232-
<p style="font-size: .8em; margin-top: 10px;">Want to improve your Python web app's logging
233-
performance? I highly recommend
232+
<p style="font-size: .8em; margin-top: 10px;">Want to improve your Python
233+
web app's logging performance? I highly recommend
234234
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march" onclick="trackOutboundLink('https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march'); return false;">signing up for a free Loggly account</a>.
235235
</p>
236236
</div>

servers.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,19 @@ <h4>Interested in major updates to this site or an alert when a complete Full St
225225

226226

227227

228+
<div class="panel panel-success">
229+
<div class="panel-heading">
230+
<h3 class="panel-head">Sponsored By</h3>
231+
</div>
232+
<div class="panel-body">
233+
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march"><img src="theme/img/sponsored/loggly.jpg" alt="Loggly with Beaver logo" width="100%"></a>
234+
<p style="font-size: .8em; margin-top: 10px;">Want to improve your Python
235+
deployment? I highly recommend
236+
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march" onclick="trackOutboundLink('https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march'); return false;">signing up for a free Loggly account</a>
237+
to improve the logging performance.
238+
</p>
239+
</div>
240+
</div>
228241
<div class="panel panel-success">
229242
<div class="panel-heading">
230243
<h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Table of Contents</a></h3>

source/theme/templates/sponsor.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,24 @@ <h3 class="panel-head">Sponsored By</h3>
7272
</div>
7373
<div class="panel-body">
7474
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march"><img src="theme/img/sponsored/loggly.jpg" alt="Loggly with Beaver logo" width="100%"></a>
75-
<p style="font-size: .8em; margin-top: 10px;">Want to improve your Python web app's logging
76-
performance? I highly recommend
75+
<p style="font-size: .8em; margin-top: 10px;">Want to improve your Python
76+
web app's logging performance? I highly recommend
7777
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march" onclick="trackOutboundLink('https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march'); return false;">signing up for a free Loggly account</a>.
7878
</p>
7979
</div>
8080
</div>
81+
{% elif page.title == 'Deployment' or page.title == 'Servers' %}
82+
<div class="panel panel-success">
83+
<div class="panel-heading">
84+
<h3 class="panel-head">Sponsored By</h3>
85+
</div>
86+
<div class="panel-body">
87+
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march"><img src="theme/img/sponsored/loggly.jpg" alt="Loggly with Beaver logo" width="100%"></a>
88+
<p style="font-size: .8em; margin-top: 10px;">Want to improve your Python
89+
deployment? I highly recommend
90+
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march" onclick="trackOutboundLink('https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march'); return false;">signing up for a free Loggly account</a>
91+
to improve the logging performance.
92+
</p>
93+
</div>
94+
</div>
8195
{% endif %}

0 commit comments

Comments
 (0)