Sha256: f804d535eea3c65efce6d53aaa041ee491fc8b13b1450a86e6309b3b48e6ac8e

Contents?: true

Size: 414 Bytes

Versions: 1

Compression:

Stored size: 414 Bytes

Contents

{%- capture custom_script -%}
    {% include assets/custom.js %} {{ site.script }}
{%- endcapture -%}

{%- capture custom_scss -%}
    {% include assets/custom.scss %} {{ site.scss }}
{%- endcapture -%}

{%- if custom_script -%}
    <script>
        {{ custom_script }}
    </script>
{%- endif -%}

{%- if custom_scss -%}
    <style>
        {{ custom_scss | scssify | strip_newlines }}
    </style>
{%- endif -%}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-rtd-theme-2.0.0 _includes/head/custom.liquid