Sha256: 71a6c4b7cfc79ef0776fa17fbe37b77bd4b836093715fd27f74532e990c9523e

Contents?: true

Size: 826 Bytes

Versions: 1

Compression:

Stored size: 826 Bytes

Contents

<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <link href="https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i" rel="stylesheet">
  <link href="https://fonts.googleapis.com/css?family=Zilla+Slab:500,600" rel="stylesheet">
  <link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
  {%- if jekyll.environment == 'production' and site.google_analytics -%}
    {%- include google-analytics.html -%}
  {%- endif -%}
  <style type="text/css">
    .img {
      background-image: url("{{ site.rebuild.header_img | relative_url }}");
      background-position: center center;
      background-size: cover;
      height: 600px;
      width: 100%;
      position: fixed;
      top: 0;
      z-index: -1;
      overflow: hidden;
    }
  </style>
</head>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rebuild-theme-0.2.0 _includes/head.html