不要怂,就是干,撸起袖子干!

Commit ce97df27 by Sascha Depold

Replace external ga script with local one

1 parent 90c64fd9
Showing with 9 additions and 1 deletions
...@@ -31,6 +31,15 @@ ...@@ -31,6 +31,15 @@
h3, h4, h5, h6 {color: #2980b9; font-weight: 300} h3, h4, h5, h6 {color: #2980b9; font-weight: 300}
</style> </style>
{%- block extrahead %} {% endblock %} {%- block extrahead %} {% endblock %}
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-9039631-4', 'sequelizejs.com');
ga('send', 'pageview');
</script>
</head> </head>
<body class="wy-body-for-nav" role="document"> <body class="wy-body-for-nav" role="document">
......
...@@ -10,7 +10,6 @@ extra_css: ...@@ -10,7 +10,6 @@ extra_css:
- css/custom.css - css/custom.css
extra_javascript: extra_javascript:
- //cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js - //cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js
- http://io.depold.com/code/3D2S0C0L362R/ga.js
pages: pages:
- ['index.md', 'Home'] - ['index.md', 'Home']
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!