Sha256: 72d8a1264c7e496eec58c3c5e2a1a117cd2ae38e35cdad39d2b9b3c7daddc1e2
Contents?: true
Size: 837 Bytes
Versions: 1
Compression:
Stored size: 837 Bytes
Contents
<script> {% include scripts/load-js.min.js %}{% include scripts/loadCSS.min.js %}{% include scripts/cssrelpreload.min.js %} window._noPushState = {{ site.hydejack.no_push_state | default:site.disable_push_state | default:false }}; window._noDrawer = {{ site.hydejack.no_drawer | default:site.disable_drawer | default:false }}; {% unless site.hydejack.no_google_fonts or site.no_google_fonts %} !function(w, d) { loadJS(document.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.className += ' font-active'; }, function() {}); }); }(window, document); {% endunless %} </script>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-hydejack-8.0.0 | _includes/head/scripts.html |