diff --git a/couscous.yml b/couscous.yml index 5b7ae5f..8264e63 100644 --- a/couscous.yml +++ b/couscous.yml @@ -16,8 +16,10 @@ baseUrl: https://bolttranslate.github.io/Translate title: Translate subTitle: A Bolt extension for multilingual content github: - user: bolttranslate + user: BoltTranslate repo: Translate + editlink: https://github.com/BoltTranslate/Translate/edit/master/docs/ + menu: installation.md: diff --git a/docs/repeaters.md b/docs/repeaters.md index 9892b0d..8e46d68 100644 --- a/docs/repeaters.md +++ b/docs/repeaters.md @@ -1,7 +1,7 @@ Repeater Filetypes ================== -When using repeater fields, the get-syntax (`repeaterfield`.get(`fieldname`)) +When using repeater fields, the get-syntax (`{{ repeaterfield.get('fieldname') }}`) must be used. This is partly because of a bug in the Bolt core and we won't fix it until Bolt 4.0 is released. See [this issue](issue90) for more information.