소스 검색

Merge branch 'main' into autoprefixer-1667142184

kodiakhq[bot] 2 년 전
부모
커밋
619c046222
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      layouts/partials/sections/recent-posts.html

+ 9 - 0
layouts/partials/sections/recent-posts.html

@@ -24,4 +24,13 @@
       {{ end }}
     </div>
   </div>
+  {{ if (.section.showMoreButton) }}
+  <div class="container" style="
+  display: flex;
+  align-items: center;
+  justify-content: center;">
+    <a href="/posts/" title="Show More" class="float-right btn btn-outline-info btn-sm" >
+    {{ i18n "show_more"}}</a>
+  </div>
+  {{ end }}
 </div>