Browse Source

Fix han.js

gh-pages
othree 7 years ago
parent
commit
f5b0ffb186
  1. 4
      footer.html
  2. 5
      general_footer.html

4
footer.html

@ -40,8 +40,8 @@ @@ -40,8 +40,8 @@
})();
</script>
<script src="//use.typekit.net/gib3xul.js"></script>
<script src="https://use.typekit.net/gib3xul.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/han.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/han.min.js"></script>
</body>
</html>

5
general_footer.html

@ -18,7 +18,8 @@ @@ -18,7 +18,8 @@
})();
</script>
<script src="/js/jquery-2.0.3.min.js"></script>
<script src="js/han.js"></script>
<script src="https://use.typekit.net/gib3xul.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/han.min.js"></script>
</body>
</html>

Loading…
Cancel
Save