Sha256: 9ffcbe1fbeebd73a508572809b1824818f640f3df9a38043d8aea78187f211d2
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 KB
Contents
{ "@context": "http://schema.org", "@type": "NewsArticle", "mainEntityOfPage": "{{ page.url | replace:'index.html','' | prepend: site.url }}", "headline": "{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}", "datePublished": "{% if page.date %}{{ page.date | date_to_xmlschema }}{% else %}{{ site.time | date_to_xmlschema }}{% endif %}", "dateModified": "{% if page.date %}{{ page.date | date_to_xmlschema }}{% else %}{{ site.time | date_to_xmlschema }}{% endif %}", "description": "{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}", "author": { "@type": "Person", "name": "{{ site.name }}" }, "publisher": { "@type": "Organization", "name": "{{ site.title }}", "logo": { "@type": "ImageObject", "url": "{{ site.logo | prepend: site.baseurl | prepend: site.url }}", "width": "60", "height": "60" } }, "image": { "@type": "ImageObject", "url": "{{ site.logo | prepend: site.baseurl | prepend: site.url }}", "height": "60", "width": "60" } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hanuman-0.4.0 | _includes/metadata.json |