File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212markdown : kramdown
1313kramdown :
1414 input : GFM
15- parse_block_html : true
1615excerpt_separator : " <!-- more -->"
1716sass :
1817 style : compressed
Original file line number Diff line number Diff line change 22layout: 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 ">
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments