Skip to content

Commit fca5e71

Browse files
committed
Fix canonical link header
1 parent d6247c2 commit fca5e71

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

locales/de.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ de:
5959
site:
6060
description: Open-Source-Webanwendung für effiziente Solawi-Verwaltung (Solidarische Landwirtschaft). Vereinfachen Sie Ihre Abläufe – Demo jetzt anfordern!
6161
title: "CSA Admin - Effizientere Verwaltung Ihrer Solawi"
62+
path: /solawi
6263
subtitle: "Seit 2014 nutzen %{orgs_link} CSA Admin, um ihre täglichen Aufgaben zu erleichtern und die jährliche Verteilung von über <strong>100.000 Taschen</strong> zu verwalten. Schließen Sie sich ihnen an!"
6364
subtitle_orgs_link: zahlreiche&nbsp;Organisationen
6465
title: Effizientere %{org_name}&#8209;Verwaltung.

locales/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ en:
5959
site:
6060
description: Open-source web app to efficiently manage your CSA (Community Supported Agriculture). Simplify your operations and request a demo today!
6161
title: "CSA Admin - Streamline your CSA management"
62+
path: ""
6263
subtitle: "Since 2014, %{orgs_link} have been using CSA Admin to facilitate their daily tasks and manage the annual distribution of over <strong>100,000 baskets</strong>. Join them!"
6364
subtitle_orgs_link: many&nbsp;organizations
6465
title: Streamline your&nbsp;%{org_name} management.

locales/fr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ fr:
5959
site:
6060
description: Application web open source pour gérer efficacement votre ACP (Agriculture Contractuelle de Proximité). Simplifiez vos opérations, demandez une démo!
6161
title: CSA Admin - Simplifiez la gestion de votre ACP
62+
path: /acp
6263
subtitle: Depuis 2014, %{orgs_link} utilisent CSA Admin pour faciliter leurs tâches quotidiennes et gérer la distribution annuelle de plus de <strong>100'000 paniers</strong>. Rejoignez-les !
6364
subtitle_orgs_link: de&nbsp;nombreuses&nbsp;organisations
6465
title: Simplifiez la gestion de votre&nbsp;%{org_name}.

source/layouts/layout.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ html class='bg-white antialiased scroll-smooth' lang='fr'
1010
meta name='author' content = data.site.author.name
1111
meta name="robots" content="index, follow"
1212

13-
link rel="canonical" href="https://csa-admin.org"
13+
link rel="canonical" href="https://csa-admin.org#{t('site.path')}"
1414
link rel="alternate" hreflang="en" href="https://csa-admin.org"
1515
link rel="alternate" hreflang="fr" href="https://csa-admin.org/acp"
1616
link rel="alternate" hreflang="de" href="https://csa-admin.org/solawi"

0 commit comments

Comments
 (0)