Sha256: 5e4cfcca1dedf6799959ad30a92f6fd37ada4eed9c77c91cc1c290e950b6e09c
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.2.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.2 | _includes/head/styles-no-inline.html |