Sha256: a5e4ab654f730322447fe3fa8a4f0ebb375fbb333f0c62937735f8d8bab516e3
Contents?: true
Size: 878 Bytes
Versions: 1
Compression:
Stored size: 878 Bytes
Contents
{%- assign description = content | strip_html | split: " " | join: " " | escape | truncate: 150 -%} {%- assign version = "0.0.0" -%} {%- include reset/i18n.liquid -%} {%- include reset/schema.liquid -%} {% comment %} github-metadata {% endcomment %} {%- if jekyll.environment != "production" -%} {%- assign author = site.author | default: "[author]" -%} {%- assign github_edit_link = "#" -%} {%- else -%} {%- assign author = site.author | default: site.github.owner_name -%} {%- capture github_edit_link %}{% github_edit_link %}{% endcapture -%} {%- endif -%} {% comment %} title {% endcomment %} {%- case page.url -%} {%- when "/" -%} {%- assign title = site.title | append: " · " | append: site.description -%} {%- else -%} {%- assign title = page.title | default: page.url | append: " · " | append: site.title -%} {%- endcase -%}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-docsify-0.0.1 | _includes/reset/defaults.liquid |