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 | 17dde31e8a5ba3e7fad6c1df86be950708a262c5 (patch) | |
| tree | 6ba3a2333fc846086ceb745db6bb4a303080e457 /README.md | |
| parent | ci(check.yaml): correct rust toolchain (diff) | |
| download | september-17dde31e8a5ba3e7fad6c1df86be950708a262c5.tar.xz september-17dde31e8a5ba3e7fad6c1df86be950708a262c5.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. |