|
@@ -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> -->
|
|
|
|