Skip to content

Commit

Permalink
templates.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBurke committed Aug 20, 2024
1 parent 50a48bb commit 37eacf2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _data/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1302,14 +1302,14 @@
"path": "topic-fr.html"
},
{
"title": "[Topic title with stacked header]",
"title": "[Topic title without stacked header]",
"language": "en",
"path": "topic-stackedheader-en.html"
"path": "topic-nostackedheader-en.html"
},
{
"title": "[Titre du sujet avec en-tête superposée]",
"title": "[Titre du sujet sans en-tête superposée]",
"language": "fr",
"path": "topic-stackedheader-fr.html"
"path": "topic-nostackedheader-fr.html"
},
{
"title": "Theme/Topic page - Demoted",
Expand Down Expand Up @@ -1382,8 +1382,8 @@
"iteration": "_:iteration_topic_4",
"example": [
{
"en": { "href": "topic-stackedheader-en.html", "text": "Topic page with stacked header" },
"fr": { "href": "topic-stackedheader-fr.html", "text": "Page de sujet avec en-tête superposée" }
"en": { "href": "topic-en.html", "text": "Topic page with stacked header" },
"fr": { "href": "topic-fr.html", "text": "Page de sujet avec en-tête superposée" }
}
],
"implementation": [
Expand Down Expand Up @@ -1539,13 +1539,13 @@
"example": {
"en": [
{
"href": "topic-stackedheader-en.html",
"href": "topic-en.html",
"text": "Topic page with stacked header"
}
],
"fr": [
{
"href": "topic-stackedheader-fr.html",
"href": "topic-fr.html",
"text": "Page de sujet avec en-tête superposée"
}
]
Expand Down

0 comments on commit 37eacf2

Please sign in to comment.