tuto.html
489 Bytes
---
layout: default
---
<div class="home">
<h1 class="post-title">Tutoriel : {{ page.title }}</h1>
<p class="post-meta">
{% if page.author %}
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">{{ page.author }}</span>
</span>
{% endif %}
{% if page.author %}
(<a href="{{ page.license_url }}">{{ page.license }}</a>)
{% endif %}
</p>
{{content}}
</div>