diff options
Diffstat (limited to 'server/lib/client-html.ts')
-rw-r--r-- | server/lib/client-html.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/lib/client-html.ts b/server/lib/client-html.ts index 6a457a711..f19ec7df0 100644 --- a/server/lib/client-html.ts +++ b/server/lib/client-html.ts | |||
@@ -211,6 +211,7 @@ class ClientHtml { | |||
211 | let html = buffer.toString() | 211 | let html = buffer.toString() |
212 | html = await ClientHtml.addAsyncPluginCSS(html) | 212 | html = await ClientHtml.addAsyncPluginCSS(html) |
213 | html = ClientHtml.addCustomCSS(html) | 213 | html = ClientHtml.addCustomCSS(html) |
214 | html = ClientHtml.addTitleTag(html) | ||
214 | 215 | ||
215 | ClientHtml.htmlCache[path] = html | 216 | ClientHtml.htmlCache[path] = html |
216 | 217 | ||