From 0008fc3b939a9db33683d5d852f2710dfaedf542 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Fri, 7 Mar 2025 21:21:39 +0100 Subject: [PATCH] Adapt title of the website for Dutch and English --- content/english/_index.md | 3 ++- content/nederlands/_index.md | 1 + hugo.toml | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/content/english/_index.md b/content/english/_index.md index fff4afd..acb83db 100755 --- a/content/english/_index.md +++ b/content/english/_index.md @@ -1,9 +1,10 @@ --- +title: Open source software for the social worker banner: class: dark image: /images/illustrations/hero-image.png - title: A social worker's companion + title: A social worker's digital companion content: > An open source web application dedicated to facilitating social work. bulletpoints: diff --git a/content/nederlands/_index.md b/content/nederlands/_index.md index bc4a763..ff47db3 100644 --- a/content/nederlands/_index.md +++ b/content/nederlands/_index.md @@ -1,4 +1,5 @@ --- +title: De open source software voor sociaal werkers banner: class: dark diff --git a/hugo.toml b/hugo.toml index ddff987..1f20c5a 100755 --- a/hugo.toml +++ b/hugo.toml @@ -69,7 +69,6 @@ target = 'css' source = 'assets/.*\.(.*)$' target = '$1' - ############################# Outputs ############################ [outputs] home = ["HTML", "RSS", "WebAppManifest", "SearchIndex"]