File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed
Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 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&utm_medium=cpc&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&utm_medium=cpc&utm_campaign=website "> monitoring your app with Rollbar</ a > .
10+ </ p >
11+ </ div >
12+ </ div >
Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments