Sha256: ed6ceb6f5368f0876c6113453200aea7ac57d1f30e52ad602a1fd4b046262aae

Contents?: true

Size: 456 Bytes

Versions: 3

Compression:

Stored size: 456 Bytes

Contents

{%- assign schema_url = page.url | absolute_url | xml_escape -%}
{%- assign schema_lastmod = page.date | default: site.time | date_to_xmlschema -%}

{%- assign schema_weight_title = page.title | size | divided_by: 200.0 -%}
{%- assign schema_weight_content = page.content | size | divided_by: 1024.0 -%}
{%- assign schema_priority = schema_weight_content | plus: schema_weight_title | times: 10 | ceil | divided_by: 10.0 | at_least: 0.1 | at_most: 1.0 -%}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-rtd-theme-1.0.3 _includes/reset/schema.liquid
jekyll-rtd-theme-1.0.2 _includes/reset/schema.liquid
jekyll-rtd-theme-1.0.1 _includes/reset/schema.liquid