summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/nuldoc-src/components/PageLayout.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'vhosts/blog/nuldoc-src/components/PageLayout.tsx')
-rw-r--r--vhosts/blog/nuldoc-src/components/PageLayout.tsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/vhosts/blog/nuldoc-src/components/PageLayout.tsx b/vhosts/blog/nuldoc-src/components/PageLayout.tsx
index c7145e0a..1cd0aebf 100644
--- a/vhosts/blog/nuldoc-src/components/PageLayout.tsx
+++ b/vhosts/blog/nuldoc-src/components/PageLayout.tsx
@@ -20,7 +20,7 @@ export default function PageLayout(
metaKeywords,
metaTitle,
metaAtomFeedHref,
- requiresSyntaxHighlight,
+ requiresSyntaxHighlight: _,
config,
children,
}: Props,
@@ -54,8 +54,6 @@ export default function PageLayout(
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<title>{metaTitle}</title>
<StaticStylesheet fileName="/style.css" config={config} />
- {requiresSyntaxHighlight &&
- <StaticStylesheet fileName="/hl.css" config={config} />}
</head>
{children}
</html>