This is an automated email from the ASF dual-hosted git repository.
samueler pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-sbt-paradox.git
The following commit(s) were added to refs/heads/main by this push:
new 1bc182b Adding an stylesheet dedicated to page. (#85)
1bc182b is described below
commit 1bc182b661f360d594029aa06fc91ac7374dd5ed
Author: Samuele Resca <[email protected]>
AuthorDate: Fri Dec 22 10:26:24 2023 +0100
Adding an stylesheet dedicated to page. (#85)
---
theme/src/main/assets/page.st | 3 +++
1 file changed, 3 insertions(+)
diff --git a/theme/src/main/assets/page.st b/theme/src/main/assets/page.st
index 6a23137..9414258 100644
--- a/theme/src/main/assets/page.st
+++ b/theme/src/main/assets/page.st
@@ -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")) $
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]