feat: change main title

This commit is contained in:
2022-10-21 15:20:00 +02:00
parent adda9a7834
commit ee37fc6f06
2 changed files with 11 additions and 4 deletions

View File

@@ -6,7 +6,8 @@ eleventyNavigation:
---
{% set maxPosts = collections.posts.length | min(5) %}
{#<h1>{% if maxPosts == 1 %}Article{% else %}Derniers articles{% endif %}</h1>#}
<h1>Blog IT's on us</h1>
<h1>Blog numérique responsable</h1>
<p class="sub-title">par le collectif IT's on us</p>
{% set postslist = collections.posts | head(-5) %}
{% set postslistCounter = collections.posts | length %}
{% include "postslist.njk" %}