Skip to content

Commit 1bc182b

Browse files
authored
Adding an stylesheet dedicated to page. (#85)
1 parent 1d35094 commit 1bc182b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

theme/src/main/assets/page.st

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ $!
7070
$ if (page.properties.("material.custom.stylesheet")) $
7171
<link rel="stylesheet" href="$page.base$$page.properties.("material.custom.stylesheet")$">
7272
$ endif $
73+
$ if (page.properties.("material.custom.page-stylesheet")) $
74+
<link rel="stylesheet" href="$page.base$$page.properties.("material.custom.page-stylesheet")$">
75+
$ endif $
7376
</head>
7477
<body
7578
$ if (page.properties.("material.color.primary")) $

0 commit comments

Comments
 (0)