From: Bjørn Erik Pedersen Date: Fri, 12 Aug 2016 07:39:13 +0000 (+0200) Subject: docs: Fix spelling: HasTranslations > IsTranslated X-Git-Tag: v0.17~112 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2f7e8df5babaed8017d7af85ae50269bcd3eb0c5;p=brevno-suite%2Fhugo docs: Fix spelling: HasTranslations > IsTranslated --- diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md index 354e6dc2..e2cd4a7c 100644 --- a/docs/content/templates/variables.md +++ b/docs/content/templates/variables.md @@ -59,7 +59,7 @@ matter, content or derived from file location. **.Site** See [Site Variables]({{< relref "#site-variables" >}}) below.
**.Hugo** See [Hugo Variables]({{< relref "#hugo-variables" >}}) below.
**.Translations** A list of translated versions of the current page. See [Multilingual]({{< relref "content/multilingual.md" >}}) for more info. Note that the `Translation` variable is also available on node, e.g. home page etc.
-**.HasTranslations** Whether there are any translations to display.
+**.IsTranslated** Whether there are any translations to display.
**.Lang** Language taken from the language extension notation.
## Page Params @@ -122,7 +122,7 @@ includes taxonomies, lists and the homepage. **.Site** See [Site Variables]({{< relref "#site-variables" >}}) below.
**.Hugo** See [Hugo Variables]({{< relref "#hugo-variables" >}}) below.
**.Translations** A list of translated versions of the current node. All nodes (except the pager nodes) can have translated counter parts. See [Multilingual]({{< relref "content/multilingual.md" >}}) for more info.
-**.HasTranslations** Whether there are any translations to display.
+**.IsTranslated** Whether there are any translations to display.
**.Lang** The language code of this node.
### Taxonomy Terms Node Variables