uninline stylesheets
This commit is contained in:
parent
b1ec578902
commit
550c4613e7
2 changed files with 13 additions and 4 deletions
|
@ -35,10 +35,13 @@ method generate-head($title, BlogMeta:D $meta, $description?) {
|
|||
:href<https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap>;
|
||||
link :rel<stylesheet>,
|
||||
:href<https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css>;
|
||||
# Inline our style sheets
|
||||
style %?RESOURCES<colors.css>.slurp;
|
||||
style %?RESOURCES<main.css>.slurp;
|
||||
style %?RESOURCES<code.css>.slurp;
|
||||
# Link our style sheets
|
||||
link :rel<stylesheet>,
|
||||
:href</resources/colors.css>;
|
||||
link :rel<stylesheet>,
|
||||
:href</resources/main.css>;
|
||||
link :rel<stylesheet>,
|
||||
:href</resources/code.css>;
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue