single.html 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {{ define "main" }}
  2. <section class="page-wrapper">
  3. <div class="container">
  4. <div class="row" style="padding-top:60px;">
  5. <div class="col-md-10 mx-auto">
  6. <h1 class="mb-4 text-center"><b>{{ .Title }}</b></h1>
  7. <div class="mb-5 post">
  8. <div class="text-center mb-5">
  9. <img class="img-fluid" src="{{ .Params.Image | relURL }}" alt="{{ .Title }}">
  10. </div>
  11. <div style="padding-bottom:100px;">
  12. {{ .Content }}
  13. </div>
  14. <amp-carousel
  15. width="500"
  16. height="261"
  17. layout="responsive"
  18. type="slides"
  19. autoplay
  20. delay="2000"
  21. role="region"
  22. aria-label="Carousel with autoplay">
  23. <a href="/room_planner">
  24. <amp-img src="/img/bb36ecee3bc073310bf947509872acc2.webp"
  25. width="500"
  26. height="261"
  27. layout="responsive"
  28. alt="小寶優居 | 家具規劃師團隊"></amp-img>
  29. </a>
  30. <a href="/room_planner">
  31. <amp-img src="/img/63291d0150b51059387e8621235ca1bf.webp"
  32. width="500"
  33. height="261"
  34. layout="responsive"
  35. alt="小寶優居 | 家具規劃師團隊"></amp-img>
  36. </a>
  37. <a href="/room_planner">
  38. <amp-img src="/img/0967da6b02759b7e5956c3331951dbe7.webp"
  39. width="500"
  40. height="261"
  41. layout="responsive"
  42. alt="小寶優居 | 家具規劃師團隊"></amp-img>
  43. </a>
  44. <a href="/room_planner">
  45. <amp-img src="/img/458c7956605cd962b644526c41942fc0.webp"
  46. width="500"
  47. height="261"
  48. layout="responsive"
  49. alt="小寶優居 | 家具規劃師團隊"></amp-img>
  50. </a>
  51. <a href="/room_planner">
  52. <amp-img src="/img/94392a05a3c64f350730cc6d0040a20b.webp"
  53. width="500"
  54. height="261"
  55. layout="responsive"
  56. alt="小寶優居 | 家具規劃師團隊"></amp-img>
  57. </a>
  58. <a href="/room_planner">
  59. <amp-img src="/img/73908a69cc55ca38d21f2c6d2bbddd90.webp"
  60. width="500"
  61. height="261"
  62. layout="responsive"
  63. alt="小寶優居 | 家具規劃師團隊"></amp-img>
  64. </a>
  65. <a href="/room_planner">
  66. <amp-img src="/img/34e645ec4b2a68b26d41a1f6064bef17.webp"
  67. width="500"
  68. height="261"
  69. layout="responsive"
  70. alt="小寶優居 | 家具規劃師團隊"></amp-img>
  71. </a>
  72. <a href="/room_planner">
  73. <amp-img src="/img/8e57ca1557e492e2443cf068fa945313.webp"
  74. width="500"
  75. height="261"
  76. layout="responsive"
  77. alt="小寶優居 | 家具規劃師團隊"></amp-img>
  78. </a>
  79. </a>
  80. </amp-carousel>
  81. </div>
  82. </div>
  83. </div>
  84. </div>
  85. </section>
  86. {{ end }}