Fix performance adding CDN for ityped library

This commit is contained in:
Pau Trepat Segura 2020-07-17 02:31:03 +02:00
parent 77d3c76843
commit 9ee8b1c20a
2 changed files with 1 additions and 3 deletions

View file

@ -56,7 +56,7 @@
{{ partial "scripts.html" . }}
<!--- ADD INDEX PAGE SPECIFIC SCRIPTS -->
<script src="/assets/js/itype.min.js"></script>
<script src="https://unpkg.com/ityped@0.0.5"></script>
<script src="/assets/js/github-button.js"></script>
<script src="/assets/js/home.js"></script>
</body>