diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-11-12 13:02:42 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-11-12 13:21:32 +0100 |
| commit | e6b6cd5fffc2c1d1723d05ba626023040a709b65 (patch) | |
| tree | 68d20f073b1ebe74046d3fddddb8705edfd5402f /html | |
| parent | dbf48a4665a66dd37150f3886026ecd9bd82967f (diff) | |
generate classless.css locally
Diffstat (limited to 'html')
| -rw-r--r-- | html/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/default.nix b/html/default.nix index 96ac341..90a5143 100644 --- a/html/default.nix +++ b/html/default.nix @@ -32,7 +32,7 @@ html.html { lang = "en"; } [ # CSS (linkWith { rel = "stylesheet"; - href = "https://classless.de/classless.css"; + href = "/static/css/classless.min.css"; }) # Favicon (linkWith { |
