Skip to content

Commit

Permalink
corrected media.net inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
yasoob committed Nov 14, 2017
1 parent 3ffcddb commit a51af2e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
7 changes: 0 additions & 7 deletions _static/js/ad.js

This file was deleted.

11 changes: 11 additions & 0 deletions _templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{% extends "!layout.html" %}
{% block extrahead %}
<script id="mNCC" language="javascript">
medianet_width = "728";
medianet_height = "90";
medianet_crid = "288565540";
medianet_versionId = "3111299";
</script>
<script src="//contextual.media.net/nmedianet.js?cid=8CU94WU64"></script>

{% endblock %}
2 changes: 0 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,5 +315,3 @@
html_theme = 'sphinx_rtd_theme'


def setup(app):
app.add_javascript("js/ad.js")

0 comments on commit a51af2e

Please sign in to comment.