Skip to content

Commit

Permalink
Disqus hotfix on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislawfortonski committed Jun 20, 2021
1 parent 4f2f0ab commit c0da619
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/views/components/disqus.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
(function(){ // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '{{env("app_disqus")}}';
s.src = '{{env("APP_DISQUS")}}';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<script id="dsq-count-scr" src="//codeiter.disqus.com/count.js" async></script>
@endpush

0 comments on commit c0da619

Please sign in to comment.