Skip to content

Commit ecffbbf

Browse files
committed
update sidebars. reduce image size
1 parent 607dca0 commit ecffbbf

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

static/img/logos/rollbar-wide.jpg

-8.08 KB
Loading

theme/templates/index-sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<div class="col-md-offset-1 col-md-3" id="sidebar">
2+
{% include "rollbar.html" %}
23
<div class="panel">
34
<div class="panel-heading"><h3 class="panel-head">{% for p in pages|sort(attribute='sortorder') %}{% if page and p.slug == page.slug %}{{ p.title }}{% endif %}{% endfor %}{% if not page %}Full Stack Python{% endif %}</h3></div>
45
<div class="panel-body">

theme/templates/sponsor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h3 class="panel-head">Sponsored By</h3>
128128

129129
{% elif page.title == 'Introduction' %}
130130
{% include "rp-advert.html" %}
131-
{% elif page.slug == 'monitoring' or page.slug == 'devops' or page.slug == 'caching' or page.slug == 'web-analytics' or page.slug == 'servers' or page.slug == 'docker' or page.slug == 'continuous-integration' or page.slug == 'wsgi-servers' or page.slug == 'green-unicorn-gunicorn' %}
131+
{% elif page.slug == 'monitoring' or page.slug == 'devops' or page.slug == 'caching' or page.slug == 'web-analytics' or page.slug == 'servers' or page.slug == 'docker' or page.slug == 'continuous-integration' or page.slug == 'wsgi-servers' or page.slug == 'green-unicorn-gunicorn' or page.slug == 'serverless' or page.slug == 'aws-lambda' or page.slug == 'web-servers' or page.slug == 'apache-http-server' or page.slug == 'nginx' or page.slug == 'caddy' or page.slug == 'debugging' or page.slug == 'testing' or page.slug == 'deployment' %}
132132
{% include "rollbar.html" %}
133133
{% else %}
134134
{% include "fsp-guide-advert.html" %}

0 commit comments

Comments
 (0)