Skip to content

Commit 3fbccb9

Browse files
committed
Merge pull request #10 from Remo/master
remove laravel tricks disqus shortname
2 parents eae94d4 + 39843b3 commit 3fbccb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/tricks/single.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<div class="col-lg-9 col-md-8">
102102
<div id="disqus_thread"></div>
103103
<script type="text/javascript">
104-
var disqus_shortname = 'laraveltricks';
104+
var disqus_shortname = 'YOUR DISQUIS SHORTNAME HERE';
105105
var disqus_identifier = '{{$trick->id}}';
106106
107107
(function() {

0 commit comments

Comments
 (0)