From 3cf8072df5a5e889e89a58d8322339e74d6d1aee Mon Sep 17 00:00:00 2001 From: harttle Date: Wed, 1 Apr 2020 04:35:40 +0800 Subject: [PATCH] docs: fix news date in liquidjs.com --- docs/source/_data/news.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/_data/news.yml b/docs/source/_data/news.yml index 63afe7593..49cf3113b 100644 --- a/docs/source/_data/news.yml +++ b/docs/source/_data/news.yml @@ -18,7 +18,7 @@ en: 'Memory Optimization: a more elaborate parser reducing the memory footprint by 57.7%.' - url: https://github.com/harttle/liquidjs/pull/205 - date: '2020-09-15' + date: '2020-03-15' title: zh-cn: '性能提升:引入 AST 并重新设计 Token 类型系统,使渲染性能平均提升 100.3%。' en: 'Performance Boost: a simple AST to improve render performance by 100.3%.'