2 Commits e38db3f6cd ... a80e6e86ed

Author SHA1 Message Date
  jared a80e6e86ed Merge branch 'master' of http://git.choozmo.com:3000/choozmo/AI_Video_LP 2 weeks ago
  jared a23b413a6b ddd 2 weeks ago
1 changed files with 2 additions and 2 deletions
  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" . }}