Your Name 3 år sedan
förälder
incheckning
b8cfcb5c33
2 ändrade filer med 3 tillägg och 31 borttagningar
  1. 1 29
      layouts/partials/footer.html
  2. 2 2
      webSite/config.toml

+ 1 - 29
layouts/partials/footer.html

@@ -18,34 +18,7 @@
         {{ end }}
 
         <div class="col-md-4 col-sm-6">
-            <div>
-                <p class="footer__btn__text">想洽詢我們的專案製作嗎?</p>
-                <a href="https://docs.google.com/forms/d/e/1FAIpQLSeygs4xXy-Xxeh2w9rI4zuQNFutLP_71Bwxo5hqqs2Ca-u5VA/viewform" class="btn btn-lg">洽詢專案製作</a>
-            </div>
-            {{ if isset .Site.Params "recent_posts" }} {{ if .Site.Params.recent_posts.enable }}
-            <h4>{{ i18n "recentPosts" }}</h4>
-
-            <div class="blog-entries">
-                {{ range first 3 (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }}
-                <div class="item same-height-row clearfix">
-                    <div class="image same-height-always">
-                        <a href="{{ .Permalink }}">
-                          {{ if isset .Params "banner" }}
-                            <img src="{{ .Params.banner | relURL }}" class="img-responsive" alt="{{ .Title }}">
-                          {{ else }}
-                            <img src="{{ "img/placeholder.png" | relURL }}" class="img-responsive" alt="{{ .Title }}">
-                          {{ end }}
-                        </a>
-                    </div>
-                    <div class="name same-height-always">
-                        <h5><a href="{{ .Permalink }}">{{ .Title }}</a></h5>
-                    </div>
-                </div>
-                {{ end }}
-            </div>
-
-            <hr class="hidden-md hidden-lg">
-            {{ end }} {{ end }}
+     
 
         </div>
         <!-- /.col-md-4 -->
@@ -55,7 +28,6 @@
 
           <h4>{{ i18n "contactTitle" }}</h4>
 
-            {{ .Site.Params.address | safeHTML }}
 
             <!-- <a href="/contact" class="btn btn-small btn-template-main">{{ i18n "contactGoTo" }}</a> -->
 

+ 2 - 2
webSite/config.toml

@@ -1,10 +1,10 @@
-baseurl = "http://post.hhh.com.tw"
+baseurl = "https://post.hhh.com.tw"
 title = "0809 幸福經紀人"
 theme = "hhh_post"
 themesDir = "../.."
 languageCode = "en-us"
 # Site language. Available translations in the theme's `/i18n` directory.
-defaultContentLanguage = "en"
+defaultContentLanguage = "zh-TW"
 # Enable comments by entering your Disqus shortname
 disqusShortname = "devcows"
 # Enable Google Analytics by entering your tracking code