Skip to content

Commit 3463180

Browse files
committed
수정
1 parent aaa23fa commit 3463180

3 files changed

Lines changed: 0 additions & 107 deletions

File tree

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ gems:
1212
markdown: kramdown
1313
kramdown:
1414
input: GFM
15-
parse_block_html: true
1615
excerpt_separator: "<!-- more -->"
1716
sass:
1817
style: compressed

_layouts/post.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
layout: default
33
---
44

5-
{% include toc.html %}
65
<div class="post">
76
<h1 class="post-title">{{ page.title }}</h1>
87
<span class="post-date">{{ page.date | date_to_string }}</span>
@@ -12,17 +11,10 @@ <h1 class="post-title">{{ page.title }}</h1>
1211
{% endfor %}
1312
{% endif %}
1413
<article>
15-
<div id="toc"></div>
1614
{{ content }}
1715
</article>
1816
</div>
1917

20-
<script src="/public/toc.js" type="text/javascript">
21-
$(document).ready(function() {
22-
$('#toc').toc();
23-
});
24-
</script>
25-
2618
<div class="related">
2719
<h2>Related Posts</h2>
2820
<ul class="related-posts">

public/toc.js

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)