0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 15:52:39 +00:00

Merge pull request #2460 from naturalcrit/FixPrintPageMissingBlankTheme

Fix "blank" theme not included on print page.
This commit is contained in:
Trevor Buckner
2022-10-24 17:08:33 -04:00
committed by GitHub

View File

@@ -91,6 +91,7 @@ const PrintPage = createClass({
return <div>
<Meta name='robots' content='noindex, nofollow' />
<link href={`/themes/${rendererPath}/Blank/style.css`} rel='stylesheet'/>
{baseThemePath &&
<link href={`/themes/${rendererPath}/${baseThemePath}/style.css`} rel='stylesheet'/>
}