зеркало из https://github.com/github/docs.git
don't render the shortTitle inside Page.render (#33922)
This commit is contained in:
Родитель
61446f056e
Коммит
93b01e7a56
|
@ -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)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче