Update layout.html
This commit is contained in:
parent
3213cee5f8
commit
924e1ddbec
|
|
@ -14,15 +14,6 @@
|
|||
<!--[if lte IE 9]>
|
||||
<script src="/static/js/requestAnimationFrame.js"></script>
|
||||
<![endif]-->
|
||||
<!-- 统计一下用户量,让我的开发更有激情 -->
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FC74BB2RGD"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-FC74BB2RGD');
|
||||
</script>
|
||||
|
||||
|
||||
{% for menu in data['hook_menu'] %}
|
||||
|
|
@ -188,4 +179,14 @@ if (thisPath.indexOf('?')>-1){
|
|||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
<!-- 统计一下用户量,让我的开发更有激情 -->
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FC74BB2RGD"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-FC74BB2RGD');
|
||||
</script>
|
||||
|
||||
</html>
|
||||
Loading…
Reference in New Issue