single.html 3.7 KB

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