Skip to content

Commit dfbbb8a

Browse files
committed
Removed Github button
1 parent 19e950f commit dfbbb8a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<link rel="stylesheet" href="web/default.min.css">
1111
<script src="web/highlight.min.js"></script>
1212
<script src="web/script.js"></script>
13-
<script async defer src="https://buttons.github.io/buttons.js"></script>
1413
</head>
1514

1615
<style>
@@ -149,8 +148,6 @@
149148
<a href="../" rel="author">Jure Šorn</a>
150149
</header>
151150

152-
<a class="github-button" href="https://github.com/gto76/python-cheatsheet" data-show-count="true" aria-label="Star gto76/python-cheatsheet on GitHub">Star</a>
153-
154151
<div id=main_container></div>
155152

156153
<footer>

web/script.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ function parseMd() {
1212
aDiv.after(nodes);
1313
insertLinks()
1414
d3.selectAll("code").each(function() { hljs.highlightBlock(this); });
15-
1615
});
1716
}
1817

0 commit comments

Comments
 (0)