place carbon ads in docs (#3296)
* place carbon ads in docs * fix lint * keep 4 space tabspull/3302/head
parent
bfd392026d
commit
2c68f1e7ee
@ -0,0 +1,9 @@
|
|||||||
|
{% extends "base.html" %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
{% include "partials/content.html" %}
|
||||||
|
<hr/>
|
||||||
|
<div style="margin: 0 auto; max-width: 400px; margin-top: 40px;">
|
||||||
|
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CWYIL2JU&placement=gethomepagedev&format=cover" id="_carbonads_js"></script>
|
||||||
|
</div>
|
||||||
|
{% endblock %}
|
Loading…
Reference in new issue