mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
place carbon ads in docs (#3296)
* place carbon ads in docs * fix lint * keep 4 space tabs
This commit is contained in:
parent
bfd392026d
commit
2c68f1e7ee
3 changed files with 18 additions and 0 deletions
9
docs/overrides/main.html
Normal file
9
docs/overrides/main.html
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue