Browse Source

Update layout.html

master
Ruben Verweij 6 years ago
committed by GitHub
parent
commit
30829d922a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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