Browse Source

update docs

feature/load_slices
Ruben Verweij 5 years ago
parent
commit
b1aef51c92
2 changed files with 14 additions and 2 deletions
  1. +1
    -1
      docs
  2. +13
    -1
      sphinx/_templates/layout.html

+ 1
- 1
docs

@ -1 +1 @@
Subproject commit 6a12543461144fc164942c79a0b1457fd6284779
Subproject commit 6615281c7e436a256166470998bbd7f823cb6165

+ 13
- 1
sphinx/_templates/layout.html View File

@ -1,5 +1,17 @@
{% extends "!layout.html" %}
{% block extrahead %}
{{ super() }}
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-2297596333056287",
enable_page_level_ads: true
});
</script>
{% endblock %}
{% block footer %}
{{ super() }}
@ -13,4 +25,4 @@
ga('send', 'pageview');
</script>
{% endblock %}
{% endblock %}

Loading…
Cancel
Save