forked from data.coop/website
Description in English
This commit is contained in:
parent
faeb00cffb
commit
2d6463444d
|
@ -17,6 +17,8 @@ markup:
|
||||||
languages:
|
languages:
|
||||||
da:
|
da:
|
||||||
title: data.coop
|
title: data.coop
|
||||||
|
params:
|
||||||
|
description: "Et datakollektiv, der passer på dine data."
|
||||||
weight: 1
|
weight: 1
|
||||||
# First Hugo looks in your post front matter for an images value (images: [""])
|
# First Hugo looks in your post front matter for an images value (images: [""])
|
||||||
# Then Hugo searchs for image page resources with feature, cover or thumbnail in their name. These are images files under a directory that matches the post (e.g. content\posts\first-post)
|
# Then Hugo searchs for image page resources with feature, cover or thumbnail in their name. These are images files under a directory that matches the post (e.g. content\posts\first-post)
|
||||||
|
@ -41,6 +43,8 @@ languages:
|
||||||
weight: 4
|
weight: 4
|
||||||
en:
|
en:
|
||||||
title: data.coop
|
title: data.coop
|
||||||
|
params:
|
||||||
|
description: "A data collective that takes care of your data."
|
||||||
weight: 2
|
weight: 2
|
||||||
images: ["/static/img/some_card_preview_large_en.png"]
|
images: ["/static/img/some_card_preview_large_en.png"]
|
||||||
LanguageName: English
|
LanguageName: English
|
||||||
|
@ -59,5 +63,3 @@ languages:
|
||||||
url: "en/rights/"
|
url: "en/rights/"
|
||||||
weight: 4
|
weight: 4
|
||||||
|
|
||||||
params:
|
|
||||||
description: "Et datakollektiv, der passer på dine data."
|
|
||||||
|
|
Loading…
Reference in a new issue