From faeb00cffb798347f34d0d616af6c674fda3846a Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Sat, 16 Dec 2023 23:52:38 +0100 Subject: [PATCH 1/2] Oops languages were swapped :) --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 4dcd4c2..d9cc976 100644 --- a/config.yaml +++ b/config.yaml @@ -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: From 2d6463444d76f39714dfd08698d55b9b17b7c471 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Sat, 16 Dec 2023 23:54:40 +0100 Subject: [PATCH 2/2] Description in English --- config.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index d9cc976..a82151c 100644 --- a/config.yaml +++ b/config.yaml @@ -17,6 +17,8 @@ markup: languages: da: title: data.coop + params: + description: "Et datakollektiv, der passer på dine data." weight: 1 # 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) @@ -41,6 +43,8 @@ languages: weight: 4 en: title: data.coop + params: + description: "A data collective that takes care of your data." weight: 2 images: ["/static/img/some_card_preview_large_en.png"] LanguageName: English @@ -59,5 +63,3 @@ languages: url: "en/rights/" weight: 4 -params: - description: "Et datakollektiv, der passer på dine data."