Sha256: 3889f16f0acb142f1dbe9b4c67da211be8f51f0e82ff3b8e161cb19fa4c820dd

Contents?: true

Size: 1.51 KB

Versions: 2

Compression:

Stored size: 1.51 KB

Contents

<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">

  <title>{{ site.title | escape }}</title>

  <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">

  <link rel="apple-touch-icon" type="image/png" href="{{ "/assets/images/apple-touch-icon-76x76.png" | relative_url }}" sizes="76x76" />
  <link rel="apple-touch-icon" type="image/png" href="{{ "/assets/images/apple-touch-icon-120x120.png" | relative_url }}" sizes="120x120" />
  <link rel="apple-touch-icon" type="image/png" href="{{ "/assets/images/apple-touch-icon-152x152.png" | relative_url }}" sizes="152x152" />
  <link rel="apple-touch-icon" type="image/png" href="{{ "/assets/images/apple-touch-icon-180x180.png" | relative_url }}" sizes="180x180" />
  <link rel="icon" type="image/png" href="{{ "/assets/images/favicon-16x16.png" | relative_url }}" sizes="16x16" />
  <link rel="icon" type="image/png" href="{{ "/assets/images/favicon-32x32.png" | relative_url }}" sizes="32x32" />

  <script>
    var today = new Date();
    var expiry = new Date(today.getTime() + 30 * 24 * 3600 * 1000); // plus 30 days

    function setCookie(name, value) {
      document.cookie=name + "=" + escape(value) + "; path=/; expires=" + expiry.toGMTString();
    }

    function putCookie(form) {
      console.log("foo");
      setCookie("cookie", form[0].password.value);

      location.href = '/';
    }
  </script>

  <script>
    {% include counter.js %}
  </script>
</head>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-wedding-0.5.0 _includes/head.html
jekyll-wedding-0.4.0 _includes/head.html