Browse Source

Removed Github button

pull/9/head
Jure Šorn 5 years ago
parent
commit
dfbbb8ad18
2 changed files with 0 additions and 4 deletions
  1. 3
      index.html
  2. 1
      web/script.js

3
index.html

@ -10,7 +10,6 @@
<link rel="stylesheet" href="web/default.min.css">
<script src="web/highlight.min.js"></script>
<script src="web/script.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<style>
@ -149,8 +148,6 @@ pre.prettyprint {
<a href="../" rel="author">Jure Šorn</a>
</header>
<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>
<div id=main_container></div>
<footer>

1
web/script.js

@ -12,7 +12,6 @@ function parseMd() {
aDiv.after(nodes);
insertLinks()
d3.selectAll("code").each(function() { hljs.highlightBlock(this); });
});
}

Loading…
Cancel
Save