Sha256: b057ed9c9378e23cd691f44fbccabaa09876232fd6c1950bb00cfa52af1c4fad

Contents?: true

Size: 1.48 KB

Versions: 2

Compression:

Stored size: 1.48 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" />
  <link
    rel="preload"
    href="/assets/theme-assets/theme-fonts/Excalifont-Regular.woff2"
    as="font"
    type="font/ttf"
    crossorigin
  />
  <link
    rel="preload"
    href="/assets/theme-assets/theme-fonts/comic shanns.otf"
    as="font"
    type="font/otf"
    crossorigin
  />
  {%- seo -%} <link rel="stylesheet" href=" {{ "/assets/main.css" | relative_url
  }} " >
  <script>
    (function () {
      const colors = {
        "dark-pink": "#f0b3e7",
        "dark-green": "#b1d18a",
        "dark-yellow": "#dbc66e",
        "dark-blue": "#aac7ff",
        "dark-cyan": "#81d5cd",
        "light-pink": "#f0b3e7",
        "light-green": "#b1d18a",
        "light-yellow": "#dbc66e",
        "light-blue": "#aac7ff",
        "light-cyan": "#81d5cd",
      };
      const root = document.querySelector("html");
      const theme = window.localStorage.getItem("theme");
      if (theme === null || !(theme in colors)) {
        const theme = "dark-pink";
        window.localStorage.setItem("theme", theme);
      }
      root.className = theme;
    })();
  </script>
  <script src="/assets/theme-assets/js/theme.js" defer></script>
  {%- feed_meta -%} {%- if jekyll.environment == 'production' and
  site.google_analytics -%} {%- include google-analytics.html -%} {%- endif -%}
</head>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-doodle-5.1.6 _includes/head.html
jekyll-theme-doodle-5.1.5 _includes/head.html