Sha256: 556e530ce01247d8d981e9b5f8f24df4f11d4d8f9e8d7cebe26cf53c51276b5d

Contents?: true

Size: 529 Bytes

Versions: 2

Compression:

Stored size: 529 Bytes

Contents

---
layout: default
---
<main aria-label="Content">
    <article itemscope itemtype="https://schema.org/WebPage">
      <header>
        {% if page.image -%}
        <img itemprop="image" src="{{ page.image }}" alt="{{ page.image_alt }}" title="{{ page.image_title }}">
        {%- endif %}
        <h1 itemprop="headline">{{ page.title | smartify }}</h1>
      </header>

      <div itemprop="mainContentOfPage" itemscope itemtype="https://schema.org/WebPageElement">
        {{ content }}
      </div>
    </article>
  </main>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-mnc-1.0.1 _layouts/page.html
jekyll-theme-mnc-1.0.0 _layouts/page.html