Browse Source

Meta Descriptions update

andy 3 years ago
parent
commit
9fdc6ed2a2

+ 0 - 1
config.toml

@@ -4,7 +4,6 @@ baseURL = "https://bhouse.com.tw/"
 
 #languageCode = "en-us"
 languageCode = "zh-TW"
-title = ""
 theme = "hugo-lamp"
 googleAnalytics = "UA-XXX-X"          # Google Analytics UA number
 paginate = 80

+ 10 - 0
content/store_central/_index.md

@@ -0,0 +1,10 @@
+---
+title: "門市據點:預約諮詢小寶成家故事館|小寶優居・美好成家"
+date: 2021-05-26T116:21:22+08:00
+draft: false
+type: "store_central"
+url: "/store_central"
+image: ""
+description: "小寶成家故事館設立於新北、桃園、台中、台南,室 內設計服務範圍涵蓋全台:北、中、南
+區,來店前請務必先致電或填寫線上預約表單,會有專人與你聯繫喔!"
+---

+ 10 - 0
content/store_north/_index.md

@@ -0,0 +1,10 @@
+---
+title: "門市據點:預約諮詢小寶成家故事館|小寶優居・美好成家"
+date: 2021-05-26T116:21:22+08:00
+draft: false
+type: "store_north"
+url: "/store_north"
+image: ""
+description: "小寶成家故事館設立於新北、桃園、台中、台南,室 內設計服務範圍涵蓋全台:北、中、南
+區,來店前請務必先致電或填寫線上預約表單,會有專人與你聯繫喔!"
+---

+ 10 - 0
content/store_south/_index.md

@@ -0,0 +1,10 @@
+---
+title: "門市據點:預約諮詢小寶成家故事館|小寶優居・美好成家"
+date: 2021-05-26T116:21:22+08:00
+draft: false
+type: "store_south"
+url: "/store_south"
+image: ""
+description: "小寶成家故事館設立於新北、桃園、台中、台南,室 內設計服務範圍涵蓋全台:北、中、南
+區,來店前請務必先致電或填寫線上預約表單,會有專人與你聯繫喔!"
+---

+ 2 - 2
themes/hugo-lamp/layouts/_default/baseof.html

@@ -18,11 +18,11 @@
     <!-- End Google Tag Manager -->
 
     <!-- Page Title -->
-    <title>
+    <!-- <title>
       {{- block "title" . -}}
         {{ .Site.Title }}
       {{- end -}}
-    </title>
+    </title> -->
 
     <!-- Shared Head -->
     {{ partial "head.html" . }}

+ 1 - 1
themes/hugo-lamp/layouts/store_central/list.html

@@ -4,7 +4,7 @@
     <div class="container">
         <div class="row">
             <div class="col-md-12 text-center">
-                <!-- <h1>門市據點</h1> -->
+                <h1>門市據點</h1>
             </div>
         </div>
     </div>

+ 1 - 1
themes/hugo-lamp/layouts/store_south/list.html

@@ -4,7 +4,7 @@
     <div class="container">
         <div class="row">
             <div class="col-md-12 text-center">
-                <h1>門市據點2222</h1>
+                <h1>門市據點</h1>
             </div>
         </div>
     </div>