tuto.html 1.11 KB
---
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.license %}
            (<a href="{{ page.license_url }}">{{ page.license }}</a>)
        {% endif %}
        {% if page.date %}
            <br/>Mis à jour le 
            <time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
                {% include date.html date=page.date %}
            </time>
        {% endif %}
    </p>
    {% if page.tags contains 'archive' %}
    <blockquote>
        <strong>Attention :</strong> Ce tutoriel est archivé car il a été rédigé il y a très longtemps et son contenu n'est plus d'actualité.<br/>
        Regardez dans les <a href="{{ '/tutos.html' | relative_url }}">tutoriels récents</a> pour voir si un tutoriel plus récent est disponible.
    </blockquote>
    {% endif %}

    {{content}}

</div>