Sha256: 5e3a04f0ed0784a03f3a69b4217349f92dfa86b7127c398f90ff3ac57178114c

Contents?: true

Size: 902 Bytes

Versions: 15

Compression:

Stored size: 902 Bytes

Contents

{% if include.type == 'start' %}
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <script>
    document.documentElement.className = document.documentElement.className.replace('no-js', 'has-js');

    function downloadJSAtOnload() {
      var element = document.createElement("script");
      element.src = "{{ '/assets/scripts/main.js' | append: include.timestamp | relative_url }}";
      document.body.appendChild(element);
    }

    window.addEventListener("load", downloadJSAtOnload, false);
  </script>
  <link rel="stylesheet" href="{{ "/assets/css/style.css" | append: include.timestamp | relative_url }}">
{% endif %}
{% if  include.type == 'end' %}
  <link rel="alternate" type="application/rss+xml" href="{{ "/feed.xml" | relative_url }}">
</head>
{% endif %}

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
wai-website-theme-1.9.2 _includes/head.html
wai-website-theme-1.9.pre _includes/head.html
wai-website-theme-1.7 _includes/head.html
wai-website-theme-1.6 _includes/head.html
wai-website-theme-1.5.6 _includes/head.html
wai-website-theme-1.5.5 _includes/head.html
wai-website-theme-1.5.2 _includes/head.html
wai-website-theme-1.5.1 _includes/head.html
wai-website-theme-1.5 _includes/head.html
wai-website-theme-1.4.5 _includes/head.html
wai-website-theme-1.4.1 _includes/head.html
wai-website-theme-1.4 _includes/head.html
wai-website-theme-1.3.1 _includes/head.html
wai-website-theme-1.3 _includes/head.html
wai-website-theme-1.2 _includes/head.html