Skip to content

Commit f094d7e

Browse files
authored
Merge pull request #2 from kacperduras/comments
Remove comments system
2 parents a92af72 + ae954d8 commit f094d7e

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

_layouts/post.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@
1717
<span style="font-size:14px; color:rgb(60, 60, 60)">Comments:</span>-->
1818
<br/>
1919

20-
<div id ="commentssection">
20+
<!--<div id ="commentssection">
2121
<iframe seamless="seamless" scrolling="no" frameborder="0" src="{{'http://patrykcysarz.pl/comment-system/web/comments/show/'}}{{ page.comments_identifier }}" style="width: 100%"></iframe>
2222
</div>
2323
24-
<script>$('iframe').iFrameResize();</script>
25-
26-
</div>
24+
<script>$('iframe').iFrameResize();</script>-->
2725

2826
</article>

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<div class="post-container" data-id="{{ post.comments_identifier }}">
2929
<a style="color:white" class="vstext" href="{{ post.url | prepend: site.baseurl }}"><span class="vsparam">[</span>{{ post.title }}<span class="vsparam">]</span></a><br/>
3030
<a class="vstext" href="{{ post.url }}"><span class="vsparam">[</span><span class="vsnumber">{{ post.date | date: "%d" }}</span>.<span class="vsnumber">{{ post.date | date: "%m" }}</span>.<span class="vsnumber">{{ post.date | date: "%Y" }}</span><span class="vsparam">]</span> <!--<span class="vscomment">{{post.date | date: "// %H:%M"}}</span> --></a>
31-
<a style="font-style:italic" class="vsparam replies-count" href="{{ post.url | prepend: site.baseurl }}">(Be the first to comment!)</a><br/><br/>
31+
<!--<a style="font-style:italic" class="vsparam replies-count" href="{{ post.url | prepend: site.baseurl }}">(Be the first to comment!)</a><br/><br/>-->
3232

3333
{% if post.excerpt_separator %}
3434
{{ post.excerpt }} <br/>
@@ -84,7 +84,7 @@
8484
Total posts: <span class="vsnumber">{{ paginator.total_posts }}</span>
8585

8686

87-
<script>
87+
<!--<script>
8888
$(document).ready(function()
8989
{
9090
$.post( "http://patrykcysarz.pl/comment-system/web/comments/get-count", function( data ) {
@@ -101,6 +101,6 @@
101101
<br/><br/><span class="vsparam">Notify me of new posts via e-mail:</span><br/>
102102
103103
<iframe seamless="seamless" scrolling="no" frameborder="0" src="http://patrykcysarz.pl/comment-system/web/newsletter/sign-up" style="width:100%;"></iframe>
104-
<script>$('iframe').iFrameResize();</script>
104+
<script>$('iframe').iFrameResize();</script>-->
105105

106106
</div>

posts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
Total posts: <span class="vsnumber">{{ site.posts | size }}</span> <br/>
2525
</div>
2626

27-
<script>
27+
<!--<script>
2828
$(document).ready(function()
2929
{
3030
$.post( "http://patrykcysarz.pl/comment-system/web/comments/get-count", function( data ) {
@@ -36,4 +36,4 @@
3636
}
3737
});
3838
});
39-
</script>
39+
</script>-->

0 commit comments

Comments
 (0)