diff --git a/client/public/index.html b/client/public/index.html
index 609d297695d4..69213bf73a88 100644
--- a/client/public/index.html
+++ b/client/public/index.html
@@ -3,8 +3,8 @@
-
MDN Web Docs
+
diff --git a/kumascript/src/live-sample.ts b/kumascript/src/live-sample.ts
index 2dcdc9456539..fbd3840e4273 100644
--- a/kumascript/src/live-sample.ts
+++ b/kumascript/src/live-sample.ts
@@ -12,6 +12,7 @@ const LIVE_SAMPLE_HTML = `
+ <%= sampleTitle %>
<% } %>
- <%= sampleTitle %>
<% if (hasMathML) { %>
diff --git a/ssr/render.tsx b/ssr/render.tsx
index 74bdc1416418..bd0606b802c4 100644
--- a/ssr/render.tsx
+++ b/ssr/render.tsx
@@ -157,15 +157,38 @@ export default function render(
renderToString(
-
+
+ {realPageTitle || "MDN Web Docs"}
-
+
+ {ASSET_MANIFEST.entrypoints.map((url) =>
+ url.endsWith(".css") ? (
+
+ ) : null
+ )}
+ {WEBFONT_URLS.map((url) => (
+
+ ))}
+ {GTAG_PATH && }
+ {ASSET_MANIFEST.entrypoints.map((url) =>
+ url.endsWith(".js") ? : null
+ )}
+
-
-
- {realPageTitle || "MDN Web Docs"}
{translations}
- {WEBFONT_URLS.map((url) => (
-
- ))}
{!pageNotFound && }
-
- {GTAG_PATH && }
- {ASSET_MANIFEST.entrypoints.map((url) =>
- url.endsWith(".js") ? : null
- )}
- {ASSET_MANIFEST.entrypoints.map((url) =>
- url.endsWith(".css") ? (
-
- ) : null
- )}