We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d35094 commit 1bc182bCopy full SHA for 1bc182b
theme/src/main/assets/page.st
@@ -70,6 +70,9 @@ $!
70
$ if (page.properties.("material.custom.stylesheet")) $
71
<link rel="stylesheet" href="$page.base$$page.properties.("material.custom.stylesheet")$">
72
$ endif $
73
+ $ if (page.properties.("material.custom.page-stylesheet")) $
74
+ <link rel="stylesheet" href="$page.base$$page.properties.("material.custom.page-stylesheet")$">
75
+ $ endif $
76
</head>
77
<body
78
$ if (page.properties.("material.color.primary")) $
0 commit comments