We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f21ba5 commit a4ee7e0Copy full SHA for a4ee7e0
dotcom-rendering/src/server/htmlPageTemplate.ts
@@ -77,7 +77,7 @@ export const htmlPageTemplate = (props: WebProps | AppProps): string => {
77
weAreHiring,
78
config,
79
isInteractive = false,
80
- rssFeedUrl,
+ rssFeedUrl,
81
} = props;
82
83
const doNotIndex = (): boolean => {
@@ -412,8 +412,8 @@ https://workforus.theguardian.com/careers/product-engineering/
412
413
${
414
!isUndefined(rssFeedUrl)
415
- ? `<link rel="alternate" type="application/rss+xml" href="${rssFeedUrl}">`
416
- : ''
+ ? `<link rel="alternate" type="application/rss+xml" href="${rssFeedUrl}">`
+ : ''
417
}
418
419
</head>
0 commit comments