Sha256: 53bf3a47cd4e0ae4ad5dea79249591d7aacfc0e8f8678394e75e88e64b4571e4

Contents?: true

Size: 868 Bytes

Versions: 15

Compression:

Stored size: 868 Bytes

Contents

<script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "Article",
        "mainEntityOfPage": {
            "@type": "WebPage",
            "@id": "{{ schema_surl }}"
        },
        "headline": "{{ title }}",
        "image": [{% for image in page.images %}"{{ image }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
        "author": {
            "@type": "Person",
            "name": "{{ author }}"
        },
        "datePublished": "{{ schema_date }}",
        "dateModified": "{{ schema_modi }}",
        "publisher": {
            "@type": "{{ docs.owner.type }}",
            "name": "{{ author }}",
            "logo": {
                "@type": "ImageObject",
                "url": "{{ docs.owner.avatar_url }}"
            }
        },
        "description": "{{ description }}"
    }
</script>

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
truesight-rtd-theme-1.0.1 _includes/common/schema.liquid
truesight-rtd-theme-1.0.0 _includes/common/schema.liquid
jekyll-rtd-theme-2.0.10 _includes/common/schema.liquid
jekyll-rtd-theme-2.0.9 _includes/node/script.schema.liquid
jekyll-rtd-theme-2.0.8 _includes/node/script.schema.liquid
jekyll-rtd-theme-2.0.7 _includes/node/script.schema.liquid
jekyll-rtd-theme-2.0.6 _includes/node/script.schema.liquid
jekyll-rtd-theme-2.0.5 _includes/node/script.schema.liquid
jekyll-rtd-theme-2.0.4 _includes/node/script.schema.liquid
jekyll-rtd-theme-2.0.3 _includes/node/script.schema.liquid
jekyll-rtd-theme-1.1.8 _includes/node/script.schema.liquid
jekyll-rtd-theme-2.0.2 _includes/node/script.schema.liquid
jekyll-rtd-theme-2.0.1 _includes/head/script.schema.liquid
jekyll-rtd-theme-2.0.0 _includes/head/script.schema.liquid
jekyll-rtd-theme-2.0.0.pre.beta1 _includes/head/script.schema.liquid