mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
19 lines
452 B
Markdown
19 lines
452 B
Markdown
|
# Language Setting
|
||
|
|
||
|
#### Purpose
|
||
|
|
||
|
The `lang` setting lets you declare the language of your slide deck to assist search engines and browsers.
|
||
|
|
||
|
#### Syntax
|
||
|
|
||
|
```yaml
|
||
|
lang : "es"
|
||
|
```
|
||
|
|
||
|
### Details
|
||
|
|
||
|
?> Settings are activated using the [PITCHME.yaml](/conventions/pitchme-yaml.md) for your slide deck.
|
||
|
|
||
|
When activated, this setting sets the lang property on the top-level `<html lang="es">` element for your slide deck. By default, this property is not set.
|
||
|
|