|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html>
|
3 | 3 | <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" /> |
6 | 6 | <link rel="stylesheet" type="text/css" href="{{ site.url }}/css/blog.css" />
|
7 | 7 | <link rel="stylesheet" type="text/css" href="{{ site.url }}/css/syntax.css" />
|
8 | 8 | <link rel="icon" type="image/png" href="/blog/images/icon.png">
|
9 | 9 | <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'> |
11 | 11 | <meta name="Description" content="This is the development blog of the Eve programming language">
|
12 | 12 | </head>
|
13 | 13 | <body>
|
|
17 | 17 | <a href="http://witheve.com">
|
18 | 18 | <div class="logo">
|
19 | 19 | <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> |
21 | 21 | </div>
|
22 | 22 | </a>
|
23 | 23 | <div class="flex-spacer"></div>
|
@@ -77,15 +77,14 @@ <h1><img alt="EVE" src="{{ site.url }}/images/eve.svg" /></h1>
|
77 | 77 | </main>
|
78 | 78 |
|
79 | 79 | <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'); |
84 | 84 |
|
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> |
89 | 88 | </body>
|
90 | 89 | </head>
|
91 | 90 | </html>
|
0 commit comments