-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update basic page titles + add breadcrumbs to code page (en)
- Loading branch information
1 parent
5dffa19
commit 279eb34
Showing
4 changed files
with
22 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
--- | ||
title: Basic Page Template Extension Code | ||
title: Basic page code with on this page section | ||
layout: 'layouts/page-templates-overview.njk' | ||
translationKey: 'heading' | ||
eleventyNavigation: | ||
key: basicPageCodeOTPEN | ||
locale: en | ||
parent: basicPageTemplateEN | ||
state: published | ||
translationKey: 'basicPageCodeOTP' | ||
date: "git Last Modified" | ||
--- | ||
|
||
# Copy this code (english content) | ||
# Copy this code | ||
|
||
{% include 'partials/templates/en/code-basic-page-template-on-this-page.njk' %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
--- | ||
title: Basic Page Template Code | ||
title: Basic page code | ||
layout: 'layouts/page-templates-overview.njk' | ||
translationKey: 'heading' | ||
eleventyNavigation: | ||
key: basicPageCodeEN | ||
locale: en | ||
parent: basicPageTemplateEN | ||
state: published | ||
translationKey: 'basicPageCode' | ||
date: "git Last Modified" | ||
--- | ||
|
||
# Copy this code (english content) | ||
# Copy this code | ||
|
||
{% include 'partials/templates/en/code-basic-page-template.njk' %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Basic Page Template Preview | ||
title: Basic page preview with on this page section | ||
layout: 'layouts/page-templates-preview.njk' | ||
translationKey: 'heading' | ||
translationKey: 'basicPagePreviewOTP' | ||
date: "git Last Modified" | ||
previewFile: basic-page-template-on-this-page.njk | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Basic Page Template Preview | ||
title: Basic page preview | ||
layout: 'layouts/page-templates-preview.njk' | ||
translationKey: 'heading' | ||
translationKey: 'basicPagePreview' | ||
date: "git Last Modified" | ||
previewFile: basic-page-template.njk | ||
--- |