Skip to content

Commit 418fdd5

Browse files
committed
update blog pages sidebar
1 parent 32bd6f1 commit 418fdd5

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
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" style="padding: 16px">
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/article.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ <h1 style="font-size: 36px;">{{ article.title }}</h1>
5050
</div>
5151
<div class="col-md-3">
5252
{% include "article-sidebar.html" %}
53+
{% include "article-sponsor.html" %}
5354
</div>
5455
</div>
5556
{% endblock %}

0 commit comments

Comments
 (0)