mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-04 22:48:40 +08:00
place carbon ads in docs (#3296)
* place carbon ads in docs * fix lint * keep 4 space tabs
This commit is contained in:
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 %}
|
||||
Reference in New Issue
Block a user