Skip to content

Commit f0edb34

Browse files
authored
Update default.html
1 parent 72212b9 commit f0edb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
2424

2525
<script>
2626
(async () => {
27-
const response = await fetch('https://api.github.com/repos/jjmax75/openjs-nodejs-application-developer-study-guide/contents/');
27+
const response = await fetch("https://api.github.com/repos/jjmax75/openjs-nodejs-application-developer-study-guide/contents/");
2828
const data = await response.json();
2929
let htmlString = '<ul>';
3030
for (let file of data) {

0 commit comments

Comments
 (0)