123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <!-- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
- <!-- bootstrap -->
- <!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet"
- integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous"> -->
- <!-- fontawesome -->
- <!-- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"
- integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous"> -->
- <!-- <link rel="stylesheet" href="/css/style.css">
- <title>小寶優居-首購族首選 安心成家 室內設計品牌</title> -->
- {{ partial "headers.html" . }}
- </head>
- <body style="overflow-x: hidden;">
- <!-- <div class="header-template"></div> -->
- {{ partial "nav.html" . }}
- <div class="container-fluid blog-categories p-0">
- <div class="blog-banner"></div>
- <!-- <img class="blog-banner" src="./img/bn_blog@2x.png" alt=""> -->
- <div class="container">
- <nav
- style="--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E");"
- aria-label="breadcrumb">
- <ol class="breadcrumb">
- <li class="breadcrumb-item"><a href="#">Home</a></li>
- <li class="breadcrumb-item"><a href="#">成家知識專欄</a></li>
- <li class="breadcrumb-item active" aria-current="page">預售屋客變</li>
- </ol>
- </nav>
- <div class="d-flex flex-column flex-sm-row align-items-start align-items-sm-center">
- <div class="d-flex mb-sm-0 mb-2 link-list">
- <a href="">客廳</a>
- <a href="">主臥</a>
- <a href="">客房</a>
- </div>
- <div class="bhouseweb_loc_search_box">
- <form class="bhouseweb_search_form d-flex">
- <div class="bhouseweb_search_img" style="margin-right: 1vw;">
- <img src="/img/icon_search@2x.png" alt="">
- </div>
- <input id="bhouseweb_search" class="me-md-2" type="search" placeholder="搜尋「客變」「工業風」「三代同堂」"
- aria-label="Search">
- </form>
- </div>
- </div>
- </div>
- <div style="border-top: 2px solid;"></div>
- <div class="article">
-
- {{ $paginator := .Paginate .Data.Pages }}
- {{ range $paginator.Pages }}
- <div class="article-item">
- <a href="{{ .RelPermalink }}">
- <img src="/img//collection/boutique_hotel_slightly_drunk_chill_house_2.webp" alt="">
- </a>
- <div class="d-flex flex-column">
- <a href="{{ .RelPermalink }}">
- <h4>{{ .Title }}</h4>
- </a>
- <p class="mt-auto mb-0">{{ .PublishDate.Format "2006-01-02" }}</p>
- </div>
- </div>
-
- {{ end }}
- <!-- <div class="article-item">
- <a href="">
- <img src="/img//collection/boutique_hotel_slightly_drunk_chill_house_2.webp" alt="">
- </a>
- <div class="d-flex flex-column">
- <a href="">
- <h4>【客變】 預售屋客變懶人包:客變什麼?這樣做好不好?</h4>
- </a>
- <p class="mt-auto mb-0">2021-11-23</p>
- </div>
- </div>
- <div class="article-item">
- <a href="">
- <img src="/img//collection/boutique_hotel_slightly_drunk_chill_house_2.webp" alt="">
- </a>
- <div class="d-flex flex-column">
- <a href="">
- <h4>【文章類別】 標題NotoJPBold22級字行距32pt置左</h4>
- </a>
- <p class="mt-auto mb-0">2021-11-23</p>
- </div>
- </div>
- <div class="article-item">
- <a href="">
- <img src="/img//collection/boutique_hotel_slightly_drunk_chill_house_2.webp" alt="">
- </a>
- <div class="d-flex flex-column">
- <a href="">
- <h4>【文章類別】 標題NotoJPBold22級字行距
- 32pt置左</h4>
- </a>
- <p class="mt-auto mb-0">2021-11-23</p>
- </div>
- </div> -->
- <a class="nav-link" href="#"><回到成家知識庫</a>
- </div>
- </div>
- <!-- <div class="footer-template"></div> -->
- {{ partial "footer.html" . }}
- <!-- jquery -->
- <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.js"></script> -->
- <!-- bootstrap -->
- <!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js"
- integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ"
- crossorigin="anonymous"></script>
- <script src="./js/index.js"></script> -->
- {{ partial "scripts.html" . }}
- </body>
- </html>
|