瀏覽代碼

Make piwik code async

master
Chris Smith 5 年之前
父節點
當前提交
7b4f17c157
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      site/layouts/partials/foot.html

+ 1
- 1
site/layouts/partials/foot.html 查看文件

@@ -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>

Loading…
取消
儲存