Skip to content

Commit

Permalink
minor?
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-vila committed Dec 29, 2024
1 parent efd56f1 commit 407cf98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/disqus.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script>
var disqus_config = function () {
this.page.url = "http://miguel-vila.github.io$url$";
this.page.identifier = "$path$".replace('posts/','').replace('.markdown','');
this.page.identifier = "$path$".replace('posts/','').replace('.md','');
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
Expand All @@ -18,4 +18,4 @@
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
</div>
</div>

0 comments on commit 407cf98

Please sign in to comment.