Sha256: 89b6402fbe7289da0137548db515408fbc11d4758062f25e9a746a2da0a2e7eb
Contents?: true
Size: 792 Bytes
Versions: 3
Compression:
Stored size: 792 Bytes
Contents
--- layout: default --- <article class="container pt-5" itemscope itemtype="http://schema.org/BlogPosting"> <header> <h1 itemprop="name headline">{{ page.title | escape }}</h1> <p> <time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished"> {% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %} {{ page.date | date: date_format }} </time> {% if page.author %} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span> {% endif %}</p> </header> <div class="post-content" itemprop="articleBody"> {{ content }} </div> {% if site.disqus.shortname %} {% include disqus_comments.html %} {% endif %} </article>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-bootstrap-4.0.0 | _layouts/post.html |
jekyll-bootstrap-4.0.0.pre.beta.2.2 | _layouts/post.html |
jekyll-bootstrap-4.0.0.pre.beta.2.1 | _layouts/post.html |