Sha256: 3f55555a74e207af119fb87f4bdc835ead5bb015495b79ddb8f34da24e6e2119

Contents?: true

Size: 1.85 KB

Versions: 3

Compression:

Stored size: 1.85 KB

Contents

<!--[if gt IE 8]><!---->
{% capture style_url %}{% link assets/css/hydejack-8.5.2.css %}{% endcapture %}
{% capture icons_url %}{% link assets/icomoon/style.css %}{% endcapture %}
{% capture fonts_url %}https://fonts.googleapis.com/css?family={{ google_fonts }}&display=swap{% endcapture %}

{% assign font_heading = site.font_heading | default:"Roboto Slab, Helvetica, Arial, sans-serif" %}
{% assign font         = site.font         | default:"Noto Sans, Helvetica, Arial, sans-serif" %}

{% assign layout = page.layout %}
{% assign no_google_fonts = site.hydejack.no_google_fonts or site.no_google_fonts %}

{% if site.hydejack.no_inline_css or jekyll.environment == 'development' %}
  <link rel="stylesheet" href="{{ style_url | relative_url }}">
  <link rel="stylesheet" href="{{ icons_url | relative_url }}">
  {% unless no_google_fonts %}
    <link rel="stylesheet" href="{{ fonts_url }}">
  {% endunless %}
{% else %}
  <style>
    {% capture to_scssify %}{% include styles/inline.scss %}{% endcapture %}{{ to_scssify | scssify }}
  </style>

  <link rel="preload" as="style" href="{{ style_url | relative_url }}" id="_stylePreload">
  <link rel="preload" as="style" href="{{ icons_url | relative_url }}" id="_iconsPreload">
  {% unless no_google_fonts %}
    <link rel="preload" as="style" href="{{ fonts_url }}" id="_fontsPreload">
  {% endunless %}

  <script>setRel('_stylePreload');setRel('_iconsPreload');/*{% unless no_google_fonts %}*/setRel('_fontsPreload');/*{% endunless %}*/</script>
  <noscript>
    <link rel="stylesheet" href="{{ style_url | relative_url }}">
    <link rel="stylesheet" href="{{ icons_url | relative_url }}">
    {% unless no_google_fonts %}
      <link rel="stylesheet" href="{{ fonts_url }}">
    {% endunless %}
  </noscript>
{% endif %}
{% unless site.hydejack.no_page_style %}
  {% include head/page-style.html %}
{% endunless %}
<!--<![endif]-->

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
jekyll-theme-hydebetty-1.0.2 _includes/head/styles.html
jekyll-theme-hydebetty-1.0.1 _includes/head/styles.html
jekyll-theme-hydejack-8.5.2 _includes/head/styles.html