Skip to content

Commit 8c58758

Browse files
committed
添加 Google Analytics
1 parent 3a4767a commit 8c58758

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

basics.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<< [访问 Wow!Ubuntu](http://wowubuntu.com)
2+
13
**声明:** 这份文档派生(fork)于[繁体中文版](http://markdown.tw/),在此基础上进行了繁体转简体工作,并进行了适当的润色。此文档用 Markdown 语法编写,你可以到这里[查看它的源文件][src1]。「繁体中文版的原始文件可以[查看这里][src]」--By @[riku][t]
24

35
**注:** 本项目托管于 [GitCafe][]上,请通过"派生"和"合并请求"来帮忙改进本项目。

footer.html

+15
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,21 @@
2020
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
2121

2222
</div>
23+
24+
<script type="text/javascript">
25+
26+
var _gaq = _gaq || [];
27+
_gaq.push(['_setAccount', 'UA-4162451-14']);
28+
_gaq.push(['_trackPageview']);
29+
30+
(function() {
31+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
32+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
33+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
34+
})();
35+
36+
</script>
37+
2338

2439
</body>
2540
</html>

syntax.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<< [访问 Wow!Ubuntu](http://wowubuntu.com)
2+
13
**NOTE:** This is Simplelified Chinese Edition Document of Markdown Syntax. If you are seeking for English Edition Document. Please refer to [Markdown: Syntax][eng-doc].
24

35
[eng-doc]:http://daringfireball.net/projects/markdown/syntax

0 commit comments

Comments
 (0)