Skip to content

Commit

Permalink
Adding an stylesheet dedicated to page. (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
samueleresca authored Dec 22, 2023
1 parent 1d35094 commit 1bc182b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/src/main/assets/page.st
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ $!
$ if (page.properties.("material.custom.stylesheet")) $
<link rel="stylesheet" href="$page.base$$page.properties.("material.custom.stylesheet")$">
$ endif $
$ if (page.properties.("material.custom.page-stylesheet")) $
<link rel="stylesheet" href="$page.base$$page.properties.("material.custom.page-stylesheet")$">
$ endif $
</head>
<body
$ if (page.properties.("material.color.primary")) $
Expand Down

0 comments on commit 1bc182b

Please sign in to comment.