Sha256: 82051fa8a018f66868411ae2e7119bdea16625d01fad3b3baebc7db4a180019b

Contents?: true

Size: 926 Bytes

Versions: 3

Compression:

Stored size: 926 Bytes

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" />
  <link
    rel="preload"
    href="/assets/theme-assets/theme-fonts/Virgil.woff2"
    as="font"
    type="font/woff2"
    crossorigin
  />
  <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
  <script>
    const root = document.querySelector("html");
    const theme = window.localStorage.getItem("theme");
    if (theme === null) {
      window.localStorage.setItem("theme", "dark-pink");
      root.className = "dark-pink";
    } else {
      root.className = theme;
    }
  </script>
  <script src="/assets/theme-assets/js/theme.js" defer></script>
  {% comment %} {%- feed_meta -%} {% endcomment %} {%- if jekyll.environment ==
  'production' and site.google_analytics -%} {%- include google-analytics.html
  -%} {%- endif -%}
</head>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dark-blog-theme-2.1.0 _includes/head.html
dark-blog-theme-2.0.1 _includes/head.html
dark-blog-theme-2.0.0 _includes/head.html