mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
Fix wrong language in README.
Fix https://github.com/mbrubeck/agate/issues/189
This commit is contained in:
parent
7cd82c7812
commit
7e86f47d64
1 changed files with 2 additions and 2 deletions
|
|
@ -120,14 +120,14 @@ Such a configuration file might look like this:
|
||||||
# This line will be ignored.
|
# This line will be ignored.
|
||||||
**/*.de.gmi: ;lang=de
|
**/*.de.gmi: ;lang=de
|
||||||
nl/**/*.gmi: ;lang=nl
|
nl/**/*.gmi: ;lang=nl
|
||||||
index.gmi: ;lang=en-UK
|
index.gmi: ;lang=en-GB
|
||||||
LICENSE: text/plain;charset=UTF-8
|
LICENSE: text/plain;charset=UTF-8
|
||||||
gone.gmi: 52 This file is no longer here, sorry.
|
gone.gmi: 52 This file is no longer here, sorry.
|
||||||
```
|
```
|
||||||
|
|
||||||
If this is the `.meta` file in the content root directory and the `-C` flag is used, this will result in the following response headers:
|
If this is the `.meta` file in the content root directory and the `-C` flag is used, this will result in the following response headers:
|
||||||
* `/` or `/index.gmi`
|
* `/` or `/index.gmi`
|
||||||
-> `20 text/gemini;lang=en-UK`
|
-> `20 text/gemini;lang=en-GB`
|
||||||
* `/LICENSE`
|
* `/LICENSE`
|
||||||
-> `20 text/plain;charset=UTF-8`
|
-> `20 text/plain;charset=UTF-8`
|
||||||
* `/gone.gmi`
|
* `/gone.gmi`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue