Sha256: 10a39ab551e9ec42ecfe6ccbd457942165e85d84e0446bab6097e1bcf4272063

Contents?: true

Size: 1.16 KB

Versions: 1

Compression:

Stored size: 1.16 KB

Contents

---
layout: default
---

<div class="wrapper pad">
  <article 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.doccoli-jekyll.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>
    <hr>

    <div itemprop="articleBody">
      {{ content }}
    </div>

		<div class="bar">
	    {% if page.next.url %}
	      <a class="left" href="{{ page.next.url }}" title="Article suivant">← {{ page.next.title }}</a>
	    {% endif %}

	  	{% if page.previous.url %}
	      <a class="right" href="{{ page.previous.url }}" title="Article précédent"> {{ page.previous.title }} →</a>
	    {% endif %}
	  </div>


    {% if site.disqus.shortname %}
      {% include disqus_comments.html %}
    {% endif %}
  </article>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
doccoli-jekyll-1.2.2 _layouts/post.html