We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2f0ab commit c0da619Copy full SHA for c0da619
resources/views/components/disqus.blade.php
@@ -12,9 +12,10 @@
12
13
(function(){ // DON'T EDIT BELOW THIS LINE
14
var d = document, s = d.createElement('script');
15
- s.src = '{{env("app_disqus")}}';
+ s.src = '{{env("APP_DISQUS")}}';
16
s.setAttribute('data-timestamp', +new Date());
17
(d.head || d.body).appendChild(s);
18
})();
19
</script>
20
+ <script id="dsq-count-scr" src="//codeiter.disqus.com/count.js" async></script>
21
@endpush
0 commit comments