head.html 974 B

12345678910111213141516171819202122232425262728
  1. <meta charset="utf-8">
  2. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  3. <title>Shopify Open Source > {{ site.github.project_title }}</title>
  4. {% if page.description %}
  5. <meta name="description" content="{{ site.github.project_tagline }}">
  6. {% endif %}
  7. <link rel="canonical" href="http://shopify.github.io">
  8. <meta name="robots" content="index, follow">
  9. <meta name="st:robots" content="index, follow">
  10. <meta name="viewport" content="width=device-width, initial-scale=1">
  11. <meta property='st:title' content="Shopify Open Source > {{ site.github.project_title }}">
  12. <link rel="shortcut icon" href="//cdn.shopify.com/assets/favicon.ico" type="image/x-icon">
  13. <link href="//shopify.github.io/css/sub.css" rel="stylesheet" type="text/css">
  14. <!--[if lt IE 9]>
  15. <link href="http://shopify.github.io/css/subie.css" rel="stylesheet" type="text/css">
  16. <![endif]-->
  17. <!--[if IE]>
  18. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  19. <![endif]-->