2 次代码提交 e38db3f6cd ... a80e6e86ed

作者 SHA1 备注 提交日期
  jared a80e6e86ed Merge branch 'master' of http://git.choozmo.com:3000/choozmo/AI_Video_LP 3 周之前
  jared a23b413a6b ddd 3 周之前
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      layouts/index.html

+ 2 - 2
layouts/index.html

@@ -15,7 +15,7 @@
     <div id="home">
       {{ partial "components/carousel.html" . }}
       <div class="home-cn">
-        {{ partial "components/main.html" . }}
+<!--         {{ partial "components/main.html" . }} --> 
         {{ partial "components/serve.html" . }}
         {{ partial "components/ai-video.html" . }}
         {{ partial "components/progress.html" . }}
@@ -24,7 +24,7 @@
         {{ partial "footer.html" . }}
       </div>
       <div class="home-en">
-        {{ partial "components/en/main.html" . }}
+<!--        {{ partial "components/en/main.html" . }} --> 
         {{ partial "components/en/serve.html" . }}
         {{ partial "components/en/ai-video.html" . }}
         {{ partial "components/progress.html" . }}