瀏覽代碼

fix footer

huaisianhuang 3 年之前
父節點
當前提交
743e5bdd06
共有 3 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      layouts/_default/list.html
  2. 1 1
      layouts/_default/single.html
  3. 2 2
      webSite/config.toml

+ 1 - 1
layouts/_default/list.html

@@ -101,7 +101,7 @@
         </div>
         <!-- /#content -->
 
-        {{ partial "partials/LP_components/Footer.html" . }}
+        {{ partial "LP_components/Footer.html" . }}
 
     </div>
     <!-- /#all -->

+ 1 - 1
layouts/_default/single.html

@@ -66,7 +66,7 @@
         </div>
         <!-- /#content -->
 
-        {{ partial "partials/LP_components/Footer.html" . }}
+        {{ partial "LP_components/Footer.html" . }}
 
     </div>
     <!-- /#all -->

+ 2 - 2
webSite/config.toml

@@ -1,6 +1,6 @@
-baseurl = "https://ai.choozmo.com/"
+baseurl = "https://example.org"
 title = "AI Spokesgirl | 台灣第一個AI合成主播"
-theme = "AI_Video_LP"
+theme = "hugo-universal-theme"
 themesDir = "../.."
 languageCode = "en-us"
 # Site language. Available translations in the theme's `/i18n` directory.