forked from codegouvfr/eleventy-dsfr
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ eleventyNavigation: | |
{% from "components/component.njk" import component with context %} | ||
{{ component("callout", { | ||
title: "Qu'est-ce qu'un OSPO ?", | ||
description: 'Consultez la <a class="fr-link fr-text--lead" href="https://code.gouv.fr/fr/blog/definition-ospo/" target="_blank">proposition de définition d\'un OSPO</a> et <a class="fr-link fr-text--lead" href="mailto:[email protected]">sollicitez-nous pour être référencés</a>.' | safe | ||
description: 'Consultez la <a class="fr-link fr-text--lead" href="https://code.gouv.fr/fr/blog/definition-ospo/" target="_blank">proposition de définition d\'un OSPO</a> et <a class="fr-link fr-text--lead" href="mailto:[email protected]">sollicitez-nous pour être référencés</a>.<br/>Les membres de ces OSPOs échangent sur <a class="fr-link fr-text--lead" href="https://groupes.renater.fr/sympa/info/ospo-fr">la liste de discussion OSPO-fr privée</a>.' | safe | ||
}) }} | ||
<div class="fr-my-6w"> | ||
<div class="fr-grid-row fr-grid-row--gutters"> | ||
|