Skip to content

Commit

Permalink
chore: remove disqus
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Nov 10, 2024
1 parent 4cfdba8 commit 7b18a62
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 37 deletions.
12 changes: 0 additions & 12 deletions www/_includes/comment_count.html

This file was deleted.

13 changes: 0 additions & 13 deletions www/_includes/disqus.html

This file was deleted.

3 changes: 0 additions & 3 deletions www/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript">
var disqus_developer = 1; // this would set it to developer mode
</script>

<!-- JS -->
<script defer type="text/javascript" src="{{ site.baseurl }}/static/js/lib/jquery-2.1.1.min.js"></script>
Expand Down
3 changes: 0 additions & 3 deletions www/_layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,4 @@ <h1 class="blogHeader">
</div>
</div>
</footer>
<div class="disqus">
{% include disqus.html %}
</div>
</div>
3 changes: 0 additions & 3 deletions www/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ <h2 class="title">
{{ post.author.name }}
{% endif %}
</span>
<a class="comment" href="{{ site.baseurl }}{{ post.url }}#disqus_thread"></a>
</div>
</header>
<section class="post-excerpt">
Expand All @@ -53,5 +52,3 @@ <h2 class="title">
}, 2000);
};
</script>

{% include comment_count.html %}
3 changes: 0 additions & 3 deletions www/static/css-src/_blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,6 @@
}
}
}
.disqus{
margin: 10px 0;
}

section.nextprev-posts{
div{
Expand Down

0 comments on commit 7b18a62

Please sign in to comment.