diff --git a/README.md b/README.md
index 461aebba8..5f50695d7 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ npm install --save liquidjs
Or use the UMD bundle from jsDelivr:
```html
-
+
```
More details, refer to [The Setup Guide][setup].
diff --git a/demo/browser/index.html b/demo/browser/index.html
index 32f3de83d..547780431 100644
--- a/demo/browser/index.html
+++ b/demo/browser/index.html
@@ -3,7 +3,7 @@
liquidjs for the browser
-
+
diff --git a/docs/source/tutorials/migrate-to-9.md b/docs/source/tutorials/migrate-to-9.md
index 1dc16a271..e4e55f1fc 100644
--- a/docs/source/tutorials/migrate-to-9.md
+++ b/docs/source/tutorials/migrate-to-9.md
@@ -26,4 +26,4 @@ LiquidJS 9 has some fundamental improvements, including bugfixes, new features a
* LiquidJS no longer has a default export, use `import {Liquid} from 'liquidjs'` instead. The `window.Liquid` for the UMD bundle is also changed to `window.liquidjs.Liquid`;
* The duplicate static method `Liquid.evalValue` is removed, use the instance method `liquid.evalValue` instead;
-* Shipped to Node.js 8, the CJS bundle (main entry in Node.js) nolonger supports Node.js ≤ 6. ESM (dist/liquid.esm.js) and UMD (dist/liquid.js, dist/liquid.min.js) bundles are not affected.
\ No newline at end of file
+* Shipped to Node.js 8, the CJS bundle (main entry in Node.js) nolonger supports Node.js ≤ 6. ESM (dist/liquid.node.esm.js) and UMD (dist/liquid.browser.umd.js, dist/liquid.browser.min.js) bundles are not affected.
\ No newline at end of file
diff --git a/docs/source/zh-cn/tutorials/migrate-to-9.md b/docs/source/zh-cn/tutorials/migrate-to-9.md
index bb8f517b3..76950dbf7 100644
--- a/docs/source/zh-cn/tutorials/migrate-to-9.md
+++ b/docs/source/zh-cn/tutorials/migrate-to-9.md
@@ -26,4 +26,4 @@ LiquidJS 9 有一些基础性的改进,包括一些缺陷修复、新特性、
* LiquidJS 不再有默认导出了,以后要使用 `import {Liquid} from 'liquidjs'` 语法。使用 UMD 包里的 `window.Liquid` 也需要改为 `window.liquidjs.Liquid`;
* 移除了重复的静态方法 `Liquid.evalValue`,统一使用示例方法 `liquid.evalValue`;
-* 支持的最低目标平台为 Node.js 8,CJS 包(Node.js 下的主入口)不再支持 Node.js ≤ 6 了,ESM(dist/liquid.esm.js)和 UMD(dist/liquid.js, dist/liquid.min.js)包不受影响。
\ No newline at end of file
+* 支持的最低目标平台为 Node.js 8,CJS 包(Node.js 下的主入口)不再支持 Node.js ≤ 6 了,ESM(dist/liquid.browser.esm.js)和 UMD(dist/liquid.browser.umd.js, dist/liquid.browser.min.js)包不受影响。
\ No newline at end of file
diff --git a/docs/source/zh-cn/tutorials/setup.md b/docs/source/zh-cn/tutorials/setup.md
index d1223c81c..26ee81540 100644
--- a/docs/source/zh-cn/tutorials/setup.md
+++ b/docs/source/zh-cn/tutorials/setup.md
@@ -41,8 +41,8 @@ engine
LiquidJS 预先构建了 UMD Bundle,可以通过 jsDelivr CDN 来引用:
```html
-
-
+
+
```
{% note info 示例 %} 这里有一个 jsFiddle 上的在线例子:jsfiddle.net/x43eb0z6,其源码也可以在 liquidjs/demo/browser/ 找到。{% endnote %}
diff --git a/docs/themes/navy/layout/partial/after_footer.swig b/docs/themes/navy/layout/partial/after_footer.swig
index a00d46cec..6ca6aa909 100644
--- a/docs/themes/navy/layout/partial/after_footer.swig
+++ b/docs/themes/navy/layout/partial/after_footer.swig
@@ -1,5 +1,5 @@
{% if page.layout === 'playground' %}
-
+
{% endif %}
diff --git a/docs/themes/navy/layout/partial/all-contributors.swig b/docs/themes/navy/layout/partial/all-contributors.swig
index bda500265..68b4fd6c5 100644
--- a/docs/themes/navy/layout/partial/all-contributors.swig
+++ b/docs/themes/navy/layout/partial/all-contributors.swig
@@ -30,6 +30,15 @@
 |
 |
 |
+  |
+  |
+  |
+  |
+  |
+  |
+  |
+  |
+  |