File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
# Jekyll Default Configuration
11
11
# https://jekyllrb.com/docs/configuration/default/
12
- kramdown :
13
- auto_ids : true
12
+ markdown : gfm
13
+ # kramdown:
14
+ # auto_ids: true
Original file line number Diff line number Diff line change 19
19
< div id ="header_wrap " class ="outer ">
20
20
< header class ="inner ">
21
21
< div id ="google_translate_element "> </ div >
22
-
23
22
< h1 id ="project_title "> < a href ="{{ site.github.repository_url }} "> {{ site.title | default: site.github.repository_name }}</ a > </ h1 >
24
23
< h2 id ="project_tagline "> < a href ="https://srghma.github.io/ "> {{ site.description | default: site.github.project_tagline }}</ a > </ h2 >
25
24
</ header >
@@ -49,6 +48,8 @@ <h2 id="project_tagline"><a href="https://srghma.github.io/">{{ site.description
49
48
50
49
anchors . add ( ) ;
51
50
51
+
52
+ /*
52
53
$(document).ready(function () {
53
54
54
55
/* selector */
@@ -68,7 +69,8 @@ <h2 id="project_tagline"><a href="https://srghma.github.io/">{{ site.description
68
69
return this ;
69
70
} ) ;
70
71
71
- } ) ;
72
+ } ) ; * /
73
+
72
74
</ script >
73
75
74
76
< script type ="text/javascript " src ="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit "> </ script >
You can’t perform that action at this time.
0 commit comments