|
16 | 16 | <meta name="twitter:creator" content="@_heeyeun" />
|
17 | 17 | <meta property="og:title" content="Open color" />
|
18 | 18 | <meta property="og:type" content="website" />
|
19 |
| - <meta property="og:url" content="https://yeun.github.io/open-color/" /> |
| 19 | + <meta property="og:url" content="https://hygor.github.io/open-color/" /> |
20 | 20 | <meta property="og:description" content="Color scheme for UI design" />
|
21 |
| - <meta property="og:image" content="https://yeun.github.io/open-color/asset/images/og-image.png" /> |
| 21 | + <meta property="og:image" content="https://hygor.github.io/open-color/asset/images/og-image.png" /> |
22 | 22 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
23 | 23 | <script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
|
24 | 24 | <link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
|
25 | 25 | <link rel="stylesheet" type="text/css" href="stylesheets/style.css" media="screen">
|
26 | 26 | <link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
|
27 | 27 | <link href='https://fonts.googleapis.com/css?family=Lato:100,300,400,700' rel='stylesheet' type='text/css'>
|
28 |
| - <script> |
29 |
| - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
30 |
| - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
31 |
| - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
32 |
| - })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
33 |
| - |
34 |
| - ga('create', 'UA-52837717-3', 'auto'); |
35 |
| - ga('send', 'pageview'); |
36 |
| - |
37 |
| - </script> |
38 | 28 | </head>
|
39 | 29 | <body class="{% if page.url == '/' %}index{% endif %}">
|
40 | 30 | <div class="container">
|
|
0 commit comments