Skip to content

Commit

Permalink
Autres Metas
Browse files Browse the repository at this point in the history
  • Loading branch information
laem committed Apr 8, 2021
1 parent 3596ffa commit 9c84b88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/pages/Ecosystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import Page from 'Components/Page'
import { shuffle } from '../utils'
import Adhérents from 'Pages/Adhérents'
import { ArticleStyle } from '../UI'
import Meta from '../Meta'

export default () => {
const [filter, setFilter] = useState({})
Expand All @@ -23,6 +24,10 @@ export default () => {

let Présentation = ({ filter }) => (
<main>
<Meta
title="La FabMob, c'est qui ?"
description="Découvrez qui se cache derrière la FabMob : l'équipe, le conseil d'administration, les adhérents et les acteurs de la communauté"
/>
<section
css={`
aside {
Expand Down
6 changes: 6 additions & 0 deletions contenu/urgence.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
titre: L'urgence climatique et sociale
description: |
Nous insistons notamment sur deux urgences : la crise climatique et la crise sociale, toutes les deux intimement liées à notre mobilité.
---

# L'urgence

## Une urgence climatique
Expand Down

0 comments on commit 9c84b88

Please sign in to comment.