Sha256: c46a4fa3557be3faf09953dfd93ce3477c81274bc67bd3a9467cfb524bc93de8

Contents?: true

Size: 1.2 KB

Versions: 4

Compression:

Stored size: 1.2 KB

Contents

{%- comment %} variables {% endcomment -%}
{%- assign collect = "https://rundocs-analytics.glitch.me/collect" -%}
{%- assign docs = site.github -%}
{%- assign rest = docs.public_repositories | where: "html_url", docs.repository_url | first -%}

{%- assign rest_created_at = rest.created_at | default: site.time -%}
{%- assign rest_updated_at = rest.updated_at | default: site.time -%}

{%- assign lang = site.lang | default: "en" -%}
{%- assign author = docs.owner.name | default: docs.owner_name -%}

{%- comment %} schema {% endcomment -%}
{%- assign schema_date = page.date | default: rest_created_at | date_to_xmlschema -%}
{%- assign schema_modi = site.time | date_to_xmlschema -%}
{%- assign schema_surl = page.url  | absolute_url | xml_escape -%}

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

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-rtd-theme-2.0.6 _includes/reset/variables.liquid
jekyll-rtd-theme-2.0.5 _includes/reset/variables.liquid
jekyll-rtd-theme-2.0.4 _includes/reset/variables.liquid
jekyll-rtd-theme-2.0.3 _includes/reset/variables.liquid