Skip to content

Commit

Permalink
Create series pour semaine numeco.njk
Browse files Browse the repository at this point in the history
  • Loading branch information
Melanie-MiNumEco authored Feb 4, 2025
1 parent 2da9774 commit fa73afb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions content/actualites/posts/actus/semaineNumEco2025/series.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: layouts/landing.njk
pagination:
data: collections.parSeries
size: 1
alias: series
addAllPagesToCollections: true
permalink: "/actualites/posts/actus/semaineNumEco2025/serie/{{ series | slugify }}/"
eleventyComputed:
title: "Série : {{ series | safe }}"
---

{% set postslist = collections['Événement'] | series(series) %}
{% include "postslist.njk" %}

0 comments on commit fa73afb

Please sign in to comment.