Sha256: 4550f75abee02a2ac1c185e8fdebdd4579b4d530dc6b3b5afb85404c80618461

Contents?: true

Size: 1.19 KB

Versions: 1

Compression:

Stored size: 1.19 KB

Contents

{%- assign description = content | strip_html | split: " " | join: " " | escape | truncate: 150 -%}
{%- assign schema_url = page.url | absolute_url | xml_escape -%}
{%- assign schema_lastmod = site.time | date_to_xmlschema -%}
{%- assign version = "0.1.7" -%}

{%- if site.debug -%}
    {%- assign cdn = site.baseurl -%}
{%- else -%}
    {%- assign cdn = "https://cdn.jsdelivr.net/gh/rundocs/jekyll-rtd-theme@" | append: version -%}
{%- endif -%}

{%- if jekyll.environment == "production" -%}
    {%- assign author = site.author | default: site.github.owner_name -%}
    {%- assign commit = site.github.build_revision | slice: 0, 7 -%}
    {%- assign repository_url = site.github.repository_url -%}
    {%- assign issues_url = site.github.issues_url -%}
    {%- assign zip_url = site.github.zip_url -%}
    {%- capture github_edit_link %}{% github_edit_link %}{% endcapture -%}
{%- else -%}
    {%- assign author = site.author | default: "[author]" -%}
    {%- assign commit = "[commit]" -%}
    {%- assign repository_url = "#" -%}
    {%- assign issues_url = "#" -%}
    {%- assign zip_url = "#" -%}
    {%- assign github_edit_link = "#" -%}
{%- endif -%}

{%- assign addons = "github, gems, analytics" | split: ", " -%}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-rtd-theme-0.1.7 _includes/reset/variables.liquid