Parcourir la source

Merge branch 'main' into autoprefixer-1667142184

kodiakhq[bot] il y a 2 ans
Parent
commit
619c046222
1 fichiers modifiés avec 9 ajouts et 0 suppressions
  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>