Sha256: 7eb41327b3ec8aca45032673e3442825fadaf7b8e4bf12674a1152e19d3bd4fd

Contents?: true

Size: 832 Bytes

Versions: 7

Compression:

Stored size: 832 Bytes

Contents

<script>{% include scripts/load-js.min.js %}{% include scripts/loadCSS.min.js %}{% include scripts/cssrelpreload.min.js %}</script>

<script>!function(w, d) {
    w._noPushState = {{ site.hydejack.no_push_state | default:site.disable_push_state | default:false }};
    w._noDrawer = {{ site.hydejack.no_drawer | default:site.disable_drawer | default:false }};

    /*{% unless site.hydejack.no_google_fonts or site.no_google_fonts %}*/
    loadJS(d.getElementById('_hrefFFO').href, function() {
      if ('Promise' in w) Promise.all([
        new FontFaceObserver('{{ font | split:',' | first }}').load(),
        new FontFaceObserver('{{ font_heading | split:',' | first }}').load(),
      ]).then(function f() { d.body.classList.add('font-active'); }, function() {});
    });
    /*{% endunless %}*/
}(window, document);</script>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-8.4.0 _includes/head/scripts.html
jekyll-theme-hydejack-8.3.2 _includes/head/scripts.html
jekyll-theme-hydejack-8.3.1 _includes/head/scripts.html
jekyll-theme-hydejack-8.3.0 _includes/head/scripts.html
jekyll-theme-hydejack-8.2.0 _includes/head/scripts.html
jekyll-theme-hydejack-8.1.1 _includes/head/scripts.html
jekyll-theme-hydejack-8.1.0 _includes/head/scripts.html