Sha256: 0f852b8b9ac3df713e5890732537c3dc03c430d1b974a2ea170dbc7d90afd2d9

Contents?: true

Size: 736 Bytes

Versions: 4

Compression:

Stored size: 736 Bytes

Contents

    {%- if charset %}
    <meta charset="{{- charset -}}">
    {%- endif -%}

    {%- if color_scheme %}
    <meta name="color-scheme" content="{{- color_scheme -}}">
    {%- endif -%}

    {%- if viewport %}
    <meta name="viewport" content="{{- viewport -}}">
    {%- endif -%}

    {%- if title %}
    <title>{{- title -}}</title>
    {%- endif -%}

    {%- if canonical_url %}
    <link rel="canonical" href="{{- canonical_url -}}">
    {%- endif -%}

    {%- if license_url %}
    <link rel="license" href="{{- license_url -}}">
    {%- endif -%}

    {%- if stylesheets.size > 0 %}
    <style>
      {%- for stylesheet in stylesheets -%}
        {%- include {{ stylesheet }} -%}
      {%- endfor %}    </style>
    {%- endif -%}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-plain-0.6.0 _includes/head.html
jekyll-theme-plain-0.5.0 _includes/head.html
jekyll-theme-plain-0.4.0 _includes/head.html
jekyll-theme-plain-0.3.0 _includes/head.html