Skip to content

Commit

Permalink
Merge pull request #571 from geoscixyz/disqus
Browse files Browse the repository at this point in the history
remove disqus from the footer
  • Loading branch information
lheagy authored Jan 28, 2022
2 parents 2c7b9fa + f407601 commit e2b5bcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
22 changes: 0 additions & 22 deletions _templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,6 @@

{{ super() }}

<div id="disqus_thread"></div>
<script>

/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/

var disqus_config = function () {
this.page.url = {path}; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = {path}; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};

(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://emgeosci.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

<hr>
<br>

<div role="contentinfo" font-size="11px">
Expand Down
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
'https://www.onepetro.org/conference-paper/SEG-2012-1478',
'https://doi.org/*',
'http://canada.debeersgroup.com/* ',
'https://www.sensoft.ca',
]
linkcheck_retries = 3
linkcheck_timeout = 900
Expand Down

0 comments on commit e2b5bcf

Please sign in to comment.