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 2cc895d commit 4cf55dbCopy full SHA for 4cf55db
resources/views/blog/partials/disqus.blade.php
@@ -2,7 +2,7 @@
2
<script>
3
var disqus_config = function () {
4
this.page.url = '{{ config('app.url') }}/blog/{{ $post->slug }}';
5
- this.page.identifier = 'blog-{{ $post->slug }}';
+ this.page.identifier = 'post-{{ $post->slug }}';
6
};
7
(function () { // DON'T EDIT BELOW THIS LINE
8
var d = document, s = d.createElement('script');
0 commit comments