Sha256: 411f51d549011d18fb39041377ecd66ee394dbfea59b3bdf3e177c88ca51216f

Contents?: true

Size: 1.88 KB

Versions: 25

Compression:

Stored size: 1.88 KB

Contents

{% if site.using_assets == true %}
    {% if page.css-pack %}
        {% if page.css-pack == "openhours" %}
            <link rel="stylesheet" href="{{ "/assets/css/main-openhours.css" | relative_url }}">
        {% elsif page.css-pack == "home" %}
            <link rel="stylesheet" href="{{ "/assets/css/main-home.css" | relative_url }}">
        {% elsif page.css-pack == "blog" %}
            <link rel="stylesheet" href="{{ "/assets/css/main-blog.css" | relative_url }}">
        {% elsif page.css-pack == "products" %}
            <link rel="stylesheet" href="{{ "/assets/css/main-products.css" | relative_url }}">
        {% elsif page.css-pack == "projects" %}
            <link rel="stylesheet" href="{{ "/assets/css/main-projects.css" | relative_url }}">
        {% else %}
            <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
        {% endif %}
    {% else %}
        {% if layout.css-pack == "products" %}
            <link rel="stylesheet" href="{{ "/assets/css/main-products.css" | relative_url }}">
        {% elsif layout.css-pack == "projects" %}
            <link rel="stylesheet" href="{{ "/assets/css/main-projects.css" | relative_url }}">
        {% elsif layout.css-pack == "blog" %}
            <link rel="stylesheet" href="{{ "/assets/css/main-blog.css" | relative_url }}">
        {% else %}
            <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
        {% endif %}
    {% endif %}
{% else %}
    <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
    {% if page.specific_css %}
        {% for stylesheet in page.specific_css %}
            <link rel="stylesheet" href="{{stylesheet}}">
        {% endfor %}
    {% elsif layout.specific_css %}
        {% for stylesheet in layout.specific_css %}
            <link rel="stylesheet" href="{{stylesheet}}">
        {% endfor %}
    {% endif %}
{% endif %}

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
linaro-jekyll-theme-0.10.58 _includes/_theme-includes/_script-includes/css.html
linaro-jekyll-theme-0.10.57 _includes/_theme-includes/_script-includes/css.html
linaro-jekyll-theme-0.10.56 _includes/_theme-includes/_script-includes/css.html
linaro-jekyll-theme-0.10.55 _includes/_theme-includes/_script-includes/css.html
linaro-jekyll-theme-0.10.54 _includes/_theme-includes/_script-includes/css.html