Skip to content

Commit 607dca0

Browse files
committed
modify sidebar on several pages
1 parent 065ed17 commit 607dca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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' %}
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' %}
132132
{% include "rollbar.html" %}
133133
{% else %}
134134
{% include "fsp-guide-advert.html" %}

0 commit comments

Comments
 (0)