Skip to content

Commit

Permalink
page title from template
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbes7878 committed Nov 22, 2024
1 parent 652fde1 commit 4d51211
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions locales/en/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "cltmvxt5q0000l908irus4rdd",
"name": "🔒 TEMPLATES"
},
"lastSynced": "2024-11-22T11:29:45.315Z",
"lastSynced": "2024-11-22T16:25:28.665Z",
"liveEditing": {
"preview": {
"aml": "https://graphics.thomsonreuters.com/apps/graphics-tools/prod/stories/cltmvzj5m0000lc089jz22aet/preview/story.aml",
Expand All @@ -23,7 +23,7 @@
"shareDescription": "Page description for social media",
"shareImgPath": "images/reuters-graphics.jpg",
"shareImgAlt": "Alt text for share image.",
"hed": "Reuters Graphics Interactive",
"hed": "A Reuters Graphics page",
"section": "Graphics",
"sectionUrl": "https://www.reuters.com/graphics/",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion test/build.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('GraphicsKit build', () => {
const $ = cheerio.load(
fs.readFileSync(path.join(DIST, 'index.html'), 'utf-8')
);
expect($('h1').text().trim()).toBe('Reuters Graphics Interactive');
expect($('h1').text().trim()).toBe('A Reuters Graphics page');
});

it('should build the embed page', () => {
Expand Down

0 comments on commit 4d51211

Please sign in to comment.