Skip to content

Commit d87a8b5

Browse files
committed
Favicon and versioning fix.
1 parent a3fdcab commit d87a8b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ghrepocards.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* GitHub Repo WebCards v1.0.1 */
21
async function processGHRepoCards(ENABLE_CACHING) {
32

43
const GITHUB_API_SETTINGS_GHREPOCARDS = {

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link rel="icon" href="data:,">
67
<title>GitHub-Repo-WebCards Demo</title>
78
<style>
89
body {
@@ -101,7 +102,7 @@ <h3>Repo's data:</h3>
101102

102103
</body>
103104

104-
<script src="https://cdn.jsdelivr.net/gh/juliusnixi/GitHub-Repo-WebCards/ghrepocards.js?v=1.0.1"></script>
105+
<script src="https://cdn.jsdelivr.net/gh/juliusnixi/GitHub-Repo-WebCards@1.0.0/ghrepocards.js"></script>
105106
<script>
106107
processGHRepoCards(true);
107108
</script>

0 commit comments

Comments
 (0)