Skip to content

Commit 1e51ce7

Browse files
committed
feat: update
1 parent b453cd7 commit 1e51ce7

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

_config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ plugins:
99

1010
# Jekyll Default Configuration
1111
# https://jekyllrb.com/docs/configuration/default/
12-
kramdown:
13-
auto_ids: true
12+
markdown: gfm
13+
# kramdown:
14+
# auto_ids: true

_layouts/default.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<div id="header_wrap" class="outer">
2020
<header class="inner">
2121
<div id="google_translate_element"></div>
22-
2322
<h1 id="project_title"><a href="{{ site.github.repository_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
2423
<h2 id="project_tagline"><a href="https://srghma.github.io/">{{ site.description | default: site.github.project_tagline }}</a></h2>
2524
</header>
@@ -49,6 +48,8 @@ <h2 id="project_tagline"><a href="https://srghma.github.io/">{{ site.description
4948

5049
anchors.add();
5150

51+
52+
/*
5253
$(document).ready(function () {
5354
5455
/* selector */
@@ -68,7 +69,8 @@ <h2 id="project_tagline"><a href="https://srghma.github.io/">{{ site.description
6869
return this;
6970
});
7071

71-
});
72+
}); */
73+
7274
</script>
7375

7476
<script type="text/javascript" src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

0 commit comments

Comments
 (0)