We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e404fd commit 72212b9Copy full SHA for 72212b9
_layouts/default.html
@@ -24,7 +24,7 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
24
25
<script>
26
(async () => {
27
- const response = await fetch({{"https://api.github.com/repos/jjmax75/" site.github.repository_name "/contents/"}});
+ const response = await fetch('https://api.github.com/repos/jjmax75/openjs-nodejs-application-developer-study-guide/contents/');
28
const data = await response.json();
29
let htmlString = '<ul>';
30
for (let file of data) {
0 commit comments