Skip to content

Commit b376a15

Browse files
committed
add rollbar
1 parent e5da324 commit b376a15

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

static/img/logos/rollbar-wide.jpg

22.4 KB
Loading

static/img/logos/rollbar.jpg

18.5 KB
Loading

theme/templates/rollbar.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<div class="panel">
2+
<div class="panel-heading">
3+
<h3 class="panel-head">Sponsored By</h3>
4+
</div>
5+
<div class="panel-body">
6+
<a href="https://rollbar.com/?utm_source=fullstackpython&amp;utm_medium=cpc&amp;utm_campaign=website"><img src="/img/logos/rollbar-wide.jpg" alt="Rollbar logo" width="100%"></a>
7+
<p style="font-size: .8em;">Fix errors in your Python applications
8+
before your users ever see them by
9+
<a href="https://rollbar.com/?utm_source=fullstackpython&amp;utm_medium=cpc&amp;utm_campaign=website">monitoring your app with Rollbar</a>.
10+
</p>
11+
</div>
12+
</div>

theme/templates/sponsor.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ <h3 class="panel-head">Sponsored By</h3>
127127
</div>
128128

129129
{% elif page.title == 'Introduction' %}
130-
{% include "rp-advert.html" %}
130+
{% include "rp-advert.html" %}
131+
{% elif page.slug == 'monitoring' %}
132+
{% include "rollbar.html" %}
131133
{% else %}
132-
{% include "fsp-guide-advert.html" %}
134+
{% include "fsp-guide-advert.html" %}
133135
{% endif %}

0 commit comments

Comments
 (0)