Procházet zdrojové kódy

Merge pull request #256 from julien-c/patch-1

Sections - undefined keys
tags/0.7.1
Michael Jackson před 13 roky
rodič
revize
6bbc85fe26
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      README.md

+ 1
- 1
README.md Zobrazit soubor

@@ -102,7 +102,7 @@ The behavior of the section is determined by the value of the key.

#### False Values or Empty Lists

If the `person` key exists and has a value of `null`, `undefined`, or `false`, or is an empty list, the block will not be rendered.
If the `person` key does not exist, or exists and has a value of `null`, `undefined`, or `false`, or is an empty list, the block will not be rendered.

View:



Načítá se…
Zrušit
Uložit