diff options
author | Christian Bläul | 2019-08-16 23:46:17 +0200 |
---|---|---|
committer | Christian Bläul | 2019-08-17 00:03:41 +0200 |
commit | 4b392f4b1286107ee7a02a45dbf2abf29bde19f5 (patch) | |
tree | dfa5bec79330d8f7619b6ea0e8618d94d6913540 /public/docs | |
parent | 305525aa0c0f31d2638f513b4e8dfdebb7de23db (diff) |
Improved docs for YAML metadata
Signed-off-by: Christian Bläul <christian@blaeul.de>
Diffstat (limited to 'public/docs')
-rw-r--r-- | public/docs/yaml-metadata.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/public/docs/yaml-metadata.md b/public/docs/yaml-metadata.md index 839616a8..8e59c8f2 100644 --- a/public/docs/yaml-metadata.md +++ b/public/docs/yaml-metadata.md @@ -31,7 +31,7 @@ title: meta title description --- -This option will set the note description. +This option will set the note description as a `<meta name="description">` tag. This only affects the [Publish](../features#Share-Notes) function. > default: not set @@ -68,7 +68,8 @@ robots: noindex, nofollow lang --- -This option will set the language of the note, that might alter some typography of it. +This option will set the language of the note. +Setting the language helps the browser to apply rules such as typography correctly. You can find your the language code in ISO 639-1 standard: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes |