Skip to content

Commit 2705d87

Browse files
committed
Site updated at 2013-10-21 01:30:15 UTC
1 parent 1c7082b commit 2705d87

File tree

4 files changed

+37
-1
lines changed

4 files changed

+37
-1
lines changed

atom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Sergey Titov's Blog]]></title>
55
<link href="blog.sergeytitov.com/atom.xml" rel="self"/>
66
<link href="blog.sergeytitov.com/"/>
7-
<updated>2013-10-19T19:31:12-04:00</updated>
7+
<updated>2013-10-20T21:29:57-04:00</updated>
88
<id>blog.sergeytitov.com/</id>
99
<author>
1010
<name><![CDATA[Sergey Titov]]></name>

blog/2013/10/19/ready-to-blog/index.html

+12
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@
3131
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
3232

3333

34+
<script type="text/javascript">
35+
var _gaq = _gaq || [];
36+
_gaq.push(['_setAccount', 'UA-45007566-1']);
37+
_gaq.push(['_trackPageview']);
38+
39+
(function() {
40+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
41+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
42+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
43+
})();
44+
</script>
45+
3446

3547
</head>
3648

blog/archives/index.html

+12
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@
3232
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
3333

3434

35+
<script type="text/javascript">
36+
var _gaq = _gaq || [];
37+
_gaq.push(['_setAccount', 'UA-45007566-1']);
38+
_gaq.push(['_trackPageview']);
39+
40+
(function() {
41+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
42+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
43+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
44+
})();
45+
</script>
46+
3547

3648
</head>
3749

index.html

+12
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@
3131
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
3232

3333

34+
<script type="text/javascript">
35+
var _gaq = _gaq || [];
36+
_gaq.push(['_setAccount', 'UA-45007566-1']);
37+
_gaq.push(['_trackPageview']);
38+
39+
(function() {
40+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
41+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
42+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
43+
})();
44+
</script>
45+
3446

3547
</head>
3648

0 commit comments

Comments
 (0)