Skip to content

Commit 7775025

Browse files
committed
update header and tracking code
1 parent 9918200 commit 7775025

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

_layouts/default.html

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Eve</title>
5-
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=10.0; user-scalable=1;" />
4+
<title>Eve Docs</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=10.0, user-scalable=1" />
66
<link rel="stylesheet" type="text/css" href="{{ site.url }}/css/blog.css" />
77
<link rel="stylesheet" type="text/css" href="{{ site.url }}/css/syntax.css" />
88
<link rel="icon" type="image/png" href="/blog/images/icon.png">
99
<link rel="alternate" type="application/atom+xml" title="Eve Programming Language" href="/atom.xml" />
10-
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css'>
10+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css'>
1111
<meta name="Description" content="This is the development blog of the Eve programming language">
1212
</head>
1313
<body>
@@ -17,7 +17,7 @@
1717
<a href="http://witheve.com">
1818
<div class="logo">
1919
<img src="https://witheve.github.io/assets/images/logo_square.png" />
20-
<h1><img alt="EVE" src="{{ site.url }}/images/eve.svg" /></h1>
20+
<h1><img alt="EVE" src="https://witheve.github.io/assets/images/wordmark.svg" /></h1>
2121
</div>
2222
</a>
2323
<div class="flex-spacer"></div>
@@ -77,15 +77,14 @@ <h1><img alt="EVE" src="{{ site.url }}/images/eve.svg" /></h1>
7777
</main>
7878

7979
<script>
80-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
81-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
82-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
83-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
80+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
81+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
82+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
83+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
8484

85-
ga('create', 'UA-36105397-2', 'auto');
86-
ga('send', 'pageview');
87-
88-
</script>
85+
ga('create', 'UA-74222157-2', 'auto');
86+
ga('send', 'pageview');
87+
</script>
8988
</body>
9089
</head>
9190
</html>

0 commit comments

Comments
 (0)