Skip to content

Commit 3fbbd4a

Browse files
committed
Update Posts " Disable Comments, Disqus "
1 parent 1ebb365 commit 3fbbd4a

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2 id="similar_posts">Similar Posts</h2>
7777
{% if hasSimilar.size > 0 %}
7878
<li><a href="#similar_posts">Similar Posts</a></li>
7979
{% endif %}
80-
<li><a href="#comments">Comments</a></li>
80+
<!-- <li><a href="#comments">Comments</a></li>-->
8181
</ul>
8282
</div>
8383
</div>

js/pageContent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ function isMaxHeight() {
7575
var contentHeight = contentUl.offsetHeight
7676

7777
// Disqus 광고 삭제
78-
document.querySelectorAll('#disqus_thread iframe')[0].hidden = true
79-
document.querySelectorAll('#disqus_thread iframe')[2].hidden = true
78+
// document.querySelectorAll('#disqus_thread iframe')[0].hidden = true
79+
// document.querySelectorAll('#disqus_thread iframe')[2].hidden = true
8080

8181
return contentMaxHeight === contentHeight
8282
// console.log(contentMaxHeight);

page/3about.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,3 @@ type: page
183183
* 네트워크관리사 2급 (19. 04. 09) - NT2046165
184184

185185
* 컴퓨터활용능력 1급 (19. 03. 29) - 19-K9-027104
186-
187-
## Comments
188-
189-
{% include comments.html %}

0 commit comments

Comments
 (0)