Skip to content

Commit 9a1741a

Browse files
committed
update blog post sidebar
1 parent 3c16f3f commit 9a1741a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

theme/templates/article-sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{% include "sponsor/twilioquest.html" %}
2+
{% include "sponsor/carbon.html" %}
23
<div class="pn">
34
<div class="pnh">
45
<h3><a href="/table-of-contents.html">More Resources</a></h3>

theme/templates/article.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
{% block title %}{% if article %}{{ article.title }} - {% endif %}{% endblock %}
1818

19-
{% block css %}<style>{% include "css/base.css" %}{% include "css/panel.css" %}{% include "css/page-article.css" %}{% include "css/responsive.css" %}</style>{% if article and article.slug == "maps-django-web-applications-projects-mapbox" %}
19+
{% block css %}<style>{% include "css/base.css" %}{% include "css/panel.css" %}{% include "css/page-article.css" %}{% include "css/carbon.css" %}{% include "css/responsive.css" %}</style>{% if article and article.slug == "maps-django-web-applications-projects-mapbox" %}
2020
<script src='https://api.mapbox.com/mapbox-gl-js/v0.44.2/mapbox-gl.js'></script>
2121
<link href='https://api.mapbox.com/mapbox-gl-js/v0.44.2/mapbox-gl.css' rel='stylesheet' />
2222
{% endif %}{% endblock %}

0 commit comments

Comments
 (0)