diff options
Diffstat (limited to 'vhosts/blog/nuldoc-src/pages/slide.ts')
| -rw-r--r-- | vhosts/blog/nuldoc-src/pages/slide.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vhosts/blog/nuldoc-src/pages/slide.ts b/vhosts/blog/nuldoc-src/pages/slide.ts index ad56fee3..b84aeb38 100644 --- a/vhosts/blog/nuldoc-src/pages/slide.ts +++ b/vhosts/blog/nuldoc-src/pages/slide.ts @@ -112,7 +112,7 @@ export async function generateSlidePage( metaCopyrightYear: getPostCreatedDate(slide).year, metaDescription: slide.title, metaKeywords: slide.tags.map((slug) => getTagLabel(config, slug)), - metaTitle: `${slide.event} (${slide.talkType}) | ${config.blog.siteName}`, + metaTitle: `${slide.event} (${slide.talkType})|${config.blog.siteName}`, requiresSyntaxHighlight: true, }, body, |
