analytics and adsense

This commit is contained in:
2017-11-06 21:10:36 +00:00
parent 7b243ca167
commit f6c67bc79a
2 changed files with 11 additions and 1 deletions

View File

@@ -22,6 +22,6 @@ DELETE_OUTPUT_DIRECTORY = True
# Following items are often useful when publishing # Following items are often useful when publishing
#DISQUS_SITENAME = "" #DISQUS_SITENAME = ""
#GOOGLE_ANALYTICS = "" GOOGLE_ANALYTICS = "UA-3773114-1"
OUTPUT_PATH = '..' OUTPUT_PATH = '..'

View File

@@ -125,6 +125,16 @@
</ul> </ul>
{% endif %} {% endif %}
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- ogs -->
<ins class="adsbygoogle"
style="display:inline-block;width:120px;height:240px"
data-ad-client="ca-pub-4473792248813084"
data-ad-slot="4132845695"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</aside> <!-- End Sidebar --> </aside> <!-- End Sidebar -->
</div> <!-- End Main Content and Sidebar --> </div> <!-- End Main Content and Sidebar -->