feat: change main title
This commit is contained in:
@@ -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" %}
|
||||
|
Reference in New Issue
Block a user