Browse Source

Update layout.html

feature/load_slices
Ruben Verweij 5 years ago
committed by GitHub
parent
commit
d547987658
1 changed files with 0 additions and 12 deletions
  1. +0
    -12
      sphinx/_templates/layout.html

+ 0
- 12
sphinx/_templates/layout.html View File

@ -1,17 +1,5 @@
{% 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() }}


Loading…
Cancel
Save