Sha256: b534841b0dfe4489b9a3e525c32da4aa67deb325590a5cd2fdbc9f23127bd53b
Contents?: true
Size: 859 Bytes
Versions: 11
Compression:
Stored size: 859 Bytes
Contents
--- layout: default --- {% if site.pitch == null %} {% assign div_class = "home" %} {% else %} {% assign div_class = "home pitch" %} {% endif %} <div class="{{ div_class }}"> {% if site.pitch == null %} <p>{{ site.description | escape }}</p> {% endif %} {{ content }} <ul class="post-list"> {% for post in site.posts limit:site.nb_posts_page %} {% include post-li.html %} {% endfor %} </ul> {% include calltoaction.html message="Le blog vous intéresse ?" %} {% assign nb_posts = site.posts | size %} {% if site.archive_permalink %} {% assign archive_link = site.archive_permalink %} {% else %} {% assign archive_link = "/archive" %} {% endif %} {% if nb_posts > site.nb_posts_page %} <div class="archive">Voir <a href="{{ archive_link }}">tous les articles publiés</a>.</div> {% endif %} </div>
Version data entries
11 entries across 11 versions & 1 rubygems