forked from data.coop/website
Oops languages were swapped :)
This commit is contained in:
parent
23d103122c
commit
faeb00cffb
|
@ -23,7 +23,7 @@ languages:
|
|||
# If not images are found, Hugo looks for images (images: [""]) in your site config
|
||||
# If no image if found, then an image-less Twitter summary card is used instead of summary_large_image
|
||||
# https://digitaldrummerj.me/hugo-preview-when-sharing-twitter/
|
||||
images: ["/static/img/some_card_preview_large_en.png"]
|
||||
images: ["/static/img/some_card_preview_large_da.png"]
|
||||
LanguageName: Dansk
|
||||
menu:
|
||||
nav:
|
||||
|
@ -42,7 +42,7 @@ languages:
|
|||
en:
|
||||
title: data.coop
|
||||
weight: 2
|
||||
images: ["/static/img/some_card_preview_large_da.png"]
|
||||
images: ["/static/img/some_card_preview_large_en.png"]
|
||||
LanguageName: English
|
||||
menu:
|
||||
nav:
|
||||
|
|
Loading…
Reference in a new issue