diff --git a/docs/themes/navy/layout/index.swig b/docs/themes/navy/layout/index.swig index 32ae94a99..766ee16e1 100644 --- a/docs/themes/navy/layout/index.swig +++ b/docs/themes/navy/layout/index.swig @@ -29,8 +29,8 @@
  • import { Liquid } from 'liquidjs'
  • const engine = new Liquid()
  • const tpl = engine.parse('Welcome to {{v}}!')
  • -
  • const engine.render(tpl, {v: "Liquid"}).then(console.log)
  • -
  • // Output: "Welcome to Liquid!"
  • +
  • engine.render(tpl, {v: "Liquid"}).then(console.log)
  • +
  • // Outputs "Welcome to Liquid!"
  • {{ __('index.get_started') }}