feat: separate superblock for rosetta code (#52629)

Co-authored-by: mot01 <tmondloch01@gmail.com>
This commit is contained in:
Naomi Carrigan
2023-12-19 18:52:07 -08:00
committed by GitHub
parent 11590de34c
commit 57dca1e495
177 changed files with 77 additions and 24 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export function getPostBodyComponents(pathname: string): JSX.Element[] {
);
if (
pathname.includes('/learn/coding-interview-prep/rosetta-code') ||
pathname.includes('/learn/rosetta-code') ||
pathname.includes('/learn/project-euler/')
) {
scripts.push(mathJaxScriptElement);