diff options
| author | Fuwn <[email protected]> | 2023-03-11 07:04:22 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-03-11 07:04:22 +0000 |
| commit | 3d988d78bc1c82e68f3628cb6f59d7cf80f602b0 (patch) | |
| tree | 333c394cdbf97e6f8a2eb5efb38df25619a0a9d0 /README.md | |
| parent | ci(check.yaml): correct rust toolchain (diff) | |
| download | september-3d988d78bc1c82e68f3628cb6f59d7cf80f602b0.tar.xz september-3d988d78bc1c82e68f3628cb6f59d7cf80f602b0.zip | |
feat(response): allow multiple css files
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ ROOT=gemini://fuwn.me ### `CSS_EXTERNAL` -An external CSS file to apply to the HTML response. +A comma-seperated list of external CSS files to apply to the HTML response. If no `CSS_EXTERNAL` is provided, there will be no styling done to the HTML response. |