Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-08-12 10:39:13 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-09-06 18:32:20 +0300
commit2f7e8df5babaed8017d7af85ae50269bcd3eb0c5 (patch)
tree324cd007437d6db61fc7804316f97416ff55e69b /docs
parent1bce8a854bc157e20c156c57b85bbab999e2c539 (diff)
docs: Fix spelling: HasTranslations > IsTranslated
Diffstat (limited to 'docs')
-rw-r--r--docs/content/templates/variables.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md
index 354e6dc26..e2cd4a7ce 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.<br>
**.Hugo** See [Hugo Variables]({{< relref "#hugo-variables" >}}) below.<br>
**.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. <br>
-**.HasTranslations** Whether there are any translations to display.<br>
+**.IsTranslated** Whether there are any translations to display.<br>
**.Lang** Language taken from the language extension notation. <br>
## Page Params
@@ -122,7 +122,7 @@ includes taxonomies, lists and the homepage.
**.Site** See [Site Variables]({{< relref "#site-variables" >}}) below.<br>
**.Hugo** See [Hugo Variables]({{< relref "#hugo-variables" >}}) below.<br>
**.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. <br>
-**.HasTranslations** Whether there are any translations to display.<br>
+**.IsTranslated** Whether there are any translations to display.<br>
**.Lang** The language code of this node.<br>
### Taxonomy Terms Node Variables