Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 37885b5

Browse files
committed
Add placeholder for ethicalads.io
1 parent 69d7697 commit 37885b5

File tree

1 file changed

+8
-0
lines changed
  • runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap

1 file changed

+8
-0
lines changed

runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,14 @@ <h4>Before you keep reading...</h4>
338338

339339
{% block body %}
340340
{% endblock %}
341+
{% if dynamic_pages == 'True' %}
342+
{% raw %}
343+
{% if show_ethical_ad %}
344+
<div data-ea-publisher="runestoneacademy" data-ea-type="text"></div>
345+
{% endif %}
346+
{% endraw %}
347+
{% endif %}
348+
341349
<div id="scprogresscontainer">
342350
You have attempted <span id="scprogresstotal"></span> of <span id="scprogressposs"></span> activities on this page <div id="subchapterprogress" aria-label="Page progress"></div>
343351
</div>

0 commit comments

Comments
 (0)