Sha256: 9e9352c0a64f7d08d0587fab33bbe3c7c479f9d742f14c2831b35d67f96ba032
Contents?: true
Size: 1.31 KB
Versions: 1
Compression:
Stored size: 1.31 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 -%} {%- capture version %}{% include reset/version.spec %}{% endcapture -%} {%- if site.debug -%} {%- assign cdn = site.baseurl -%} {%- else -%} {%- assign cdn = "https://cdn.jsdelivr.net/gh/rundocs/jekyll-rtd-theme@" | append: version | strip -%} {%- endif -%} {%- unless jekyll.environment == "production" -%} {%- assign author = site.author | default: "[author]" -%} {%- assign commit = "[commit]" -%} {%- assign repository_url = "[repository_url]" -%} {%- assign zip_url = "[zip_url]" -%} {%- assign issues_url = "[issues_url]" -%} {%- assign github_edit_link = "[github_edit_link]" -%} {%- else -%} {%- 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 zip_url = site.github.zip_url -%} {%- assign issues_url = site.github.issues_url -%} {%- capture github_edit_link %}{% github_edit_link %}{% endcapture -%} {%- endunless -%} {%- assign addons = site.addons | default: "github, gems, analytics" -%}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-rtd-theme-0.1.4 | _includes/reset/variables.liquid |