diff --git a/docs/themes/navy/layout/index.swig b/docs/themes/navy/layout/index.swig
index 9eb4b72ab..32ae94a99 100644
--- a/docs/themes/navy/layout/index.swig
+++ b/docs/themes/navy/layout/index.swig
@@ -28,9 +28,9 @@
- import { Liquid } from 'liquidjs'
- const engine = new Liquid()
- - const tpl = engine.parse('Welcome to {{v}}!'))
- - const html = await engine.render(tpl, {v: "Liquid"})
-
+ - const tpl = engine.parse('Welcome to {{v}}!')
+ - const engine.render(tpl, {v: "Liquid"}).then(console.log)
+