diff --git a/_config.yml b/_config.yml index 393be9e744..5da26a43f8 100644 --- a/_config.yml +++ b/_config.yml @@ -33,7 +33,12 @@ global: privacyUrl: en: "https://www.canada.ca/en/transparency/privacy.html" fr: "https://www.canada.ca/fr/transparence/confidentialite.html" - + applicationName: + en: "My application" + fr: "Mon application" + applicationURL: + en: "#" + fr: "#" # # Override include to use # includes: diff --git a/_data/sites.json b/_data/sites.json index d47bdd9717..2f975d9a61 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -668,8 +668,8 @@ "fr": "Standard (wet-boew)" }, "introduction": { - "en": "This implementation is meant for developers/publishers adding the component manually while using the latest version of GCWeb along with the implementation of the page details version 2.0 and above.", - "fr": "Cette implémentation est destinée aux développeurs/éditeurs qui ajoutent le composant manuellement en utilisant la dernière version de GCWeb avec l'implémentation de la version 2.0 ou plus du détails de la page." + "en": "This implementation is meant for developers/publishers adding the component manually while using the latest version of GCWeb along with the implementation of the page details version 3.0 and above.", + "fr": "Cette implémentation est destinée aux développeurs/éditeurs qui ajoutent le composant manuellement en utilisant la dernière version de GCWeb avec l'implémentation de la version 3.0 ou plus du détails de la page." }, "instructions": { "en": [ @@ -824,8 +824,8 @@ "fr": "Standard (WET-BOEW)" }, "introduction": { - "en": "This implementation is meant for developers/publishers adding the component manually while using the latest version of GCWeb along with the implementation of the page details version 2.0 and above.", - "fr": "Cette implémentation est destinée aux développeurs/éditeurs qui ajoutent le composant manuellement en utilisant la dernière version de GCWeb avec l'implémentation de la version 2.0 ou plus du détails de la page." + "en": "This implementation is meant for developers/publishers adding the component manually while using the latest version of GCWeb along with the implementation of the page details version 3.0 and above.", + "fr": "Cette implémentation est destinée aux développeurs/éditeurs qui ajoutent le composant manuellement en utilisant la dernière version de GCWeb avec l'implémentation de la version 3.0 ou plus du détails de la page." }, "instructions": { "en": [ diff --git a/_data/templates.json b/_data/templates.json index ac46a5c868..22e65e8265 100644 --- a/_data/templates.json +++ b/_data/templates.json @@ -83,6 +83,62 @@ ] } } +,{ + "@context": { + "@version": 1.1, + "dct": "http://purl.org/dc/terms/", + "title": { "@id": "dct:title", "@container": "@language" }, + "description": { "@id": "dct:description", "@container": "@language" }, + "modified": "dct:modified" + }, + "title": { + "en": "Application", + "fr": "Application" + }, + "description": { + "en": "Application templates samples.", + "fr": "Exemples de pages d'application." + }, + "modified": "2023-10-13", + "componentName": "application", + "status": "stable", + "pages": { + "docs": [ + { + "title": "Application template documentation", + "language": "en", + "path": "application-docs-en.html" + }, + { + "title": "Documentation du gabarit de page d'application", + "language": "fr", + "path": "application-docs-fr.html" + } + ], + "examples": [ + { + "title": "Default application page", + "language": "en", + "path": "default-application-en.html" + }, + { + "title": "Page d'application par défaut", + "language": "fr", + "path": "default-application-fr.html" + }, + { + "title": "Application page with informational banner", + "language": "en", + "path": "application-with-banner-en.html" + }, + { + "title": "Page d'application avec bannière informative", + "language": "fr", + "path": "application-with-banner-fr.html" + } + ] + } +} ,{ "@context": { "@version": 1.1, diff --git a/sites/breadcrumbs/includes/breadcrumbs.html b/sites/breadcrumbs/includes/breadcrumbs.html index df8026f8f8..8b0930651d 100644 --- a/sites/breadcrumbs/includes/breadcrumbs.html +++ b/sites/breadcrumbs/includes/breadcrumbs.html @@ -1,4 +1,4 @@ -{%- unless page.pageclass contains "home" or page.breadcrumbs == false -%} +{%- unless page.pageclass contains "home" or page.breadcrumbs == false or layout.breadcrumbs == false -%}