Sha256: 1823c213ff455f91da007ec7cfc590ada8a1e407091303f379f737749fcf1895
Contents?: true
Size: 611 Bytes
Versions: 1
Compression:
Stored size: 611 Bytes
Contents
{% assign google_fonts = site.google_fonts %} {% capture style_url %}{{ 'assets/css/hydejack-9.0.1.css' | relative_url }}{% endcapture %} {% capture icons_url %}{{ 'assets/icomoon/style.css' | relative_url }}{% endcapture %} {% if google_fonts %}{% capture fonts_url %}https://fonts.googleapis.com/css?family={{ google_fonts | uri_escape }}&display=swap{% endcapture %}{% endif %} <link rel="stylesheet" href="{{ style_url }}" id="_stylePreload"> <link rel="stylesheet" href="{{ icons_url }}" id="_iconsPreload"> {% if google_fonts %}<link rel="stylesheet" href="{{ fonts_url }}" id="_fontsPreload">{% endif %}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-hydejack-9.0.1 | _includes/head/styles-no-inline.html |