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 88e43b5 commit 61c8175Copy full SHA for 61c8175
docs/projects/index.html
@@ -81,7 +81,7 @@ <h5 class="card-title text-truncate" style="margin-bottom: 0; color: darkgreen;"
81
const html = `
82
<h1>${data[id].slice(data[id].indexOf("/") + 1, data[id].lastIndexOf("/"))}</h1>
83
<h5 style="padding-bottom: 25px;">${data[id].slice(0, data[id].indexOf("/"))}</h5>
84
- <iframe style="border-radius: 8px; border: none;" src="projects/${data[id]}/index.html"></iframe>`;
+ <iframe style="border-radius: 8px; border: none;" src="projects/${data[id]}index.html"></iframe>`;
85
86
document.getElementById("projectContainer").appendChild(document.createRange().createContextualFragment(html));
87
}
0 commit comments