Bläddra i källkod

Make piwik code async

master
Chris Smith 5 år sedan
förälder
incheckning
7b4f17c157
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      site/layouts/partials/foot.html

+ 1
- 1
site/layouts/partials/foot.html Visa fil

@@ -1,5 +1,5 @@
1 1
    </div>
2
-   <script src="/res/script/piwik.js" integrity="sha384-m2EXauJIeXunnu9rWV0uaFjwoSeSA+jEbAKdI5sQaGiiiOwht/hOVB/8lq2JI8Bd"></script>
2
+   <script async src="/res/script/piwik.js" integrity="sha384-m2EXauJIeXunnu9rWV0uaFjwoSeSA+jEbAKdI5sQaGiiiOwht/hOVB/8lq2JI8Bd"></script>
3 3
    <noscript><p><img src="//a.c5h.io/piwik.php?idsite=1&amp;rec=1" style="border:0;" alt="" /></p></noscript>
4 4
   </body>
5 5
 </html>

Laddar…
Avbryt
Spara