don't render the shortTitle inside Page.render (#33922)

This commit is contained in:
Peter Bengtsson 2023-01-12 18:54:31 +01:00 коммит произвёл GitHub
Родитель 61446f056e
Коммит 93b01e7a56
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -179,9 +179,6 @@ class Page {
this.title = await renderContentWithFallback(this, 'rawTitle', context, {
textOnly: true,
})
this.shortTitle = await renderContentWithFallback(this, 'shortTitle', context, {
textOnly: true,
})
const html = await renderContentWithFallback(this, 'markdown', context)