place carbon ads in docs (#3296)

* place carbon ads in docs

* fix lint

* keep 4 space tabs
This commit is contained in:
Ben Phelps 2024-04-15 15:59:30 +03:00 committed by GitHub
parent bfd392026d
commit 2c68f1e7ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 0 deletions

9
docs/overrides/main.html Normal file
View file

@ -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 %}