--- import SiteLayout from "../../layouts/SiteLayout.astro"; import { getCollection } from "astro:content"; const entries = (await getCollection('archicratie')) .filter((e) => e.slug !== "prologue"); entries.sort((a, b) => (a.data.order ?? 9999) - (b.data.order ?? 9999)); ---

Essai-thèse — Archicratie