Skip to content

Commit

Permalink
Merge pull request #41 from NHSDigital/revert-40-SamHollings-patch-1
Browse files Browse the repository at this point in the history
Revert "Update main.html"
  • Loading branch information
SamHollings authored Jul 26, 2023
2 parents 68523c6 + baba9ad commit b557e36
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
{% extends "base.html" %}

{% block extrahead %}
<script type='text/javascript'>
window.smartlook||(function(d) {
var o=smartlook=function(){ o.api.push(arguments)},h=d.getElementsByTagName('head')[0];
var c=d.createElement('script');o.api=new Array();c.async=true;c.type='text/javascript';
c.charset='utf-8';c.src='https://web-sdk.smartlook.com/recorder.js';h.appendChild(c);
})(document);
smartlook('init', '8ebdc7e47014354d79010314ebf1c8d3c4acb81d', { region: 'eu' });
</script>
{% endblock %}

{% block content %}
{% if page.nb_url %}
<a href="{{ page.nb_url }}" title="Download Notebook" class="md-content__button md-icon">
Expand All @@ -19,4 +8,4 @@
{% endif %}

{{ super() }}
{% endblock content %}
{% endblock content %}

0 comments on commit b557e36

Please sign in to comment.