Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>2022-10-30 19:46:46 +0300
committerGitHub <noreply@github.com>2022-10-30 19:46:46 +0300
commit619c046222f4535dc49e15ab65704cfd48068a94 (patch)
treecab1bb99f51a06ff2eee7521ce4ffe4db4d30fb0
parent0cb3365b6a92a3da00d2e26fcd278607fc309ee4 (diff)
parent7175b0d21ff475d4735f75af5ef9b121b32e9686 (diff)
Merge branch 'main' into autoprefixer-1667142184autoprefixer-1667142184
-rw-r--r--layouts/partials/sections/recent-posts.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/partials/sections/recent-posts.html b/layouts/partials/sections/recent-posts.html
index d68a0d9..1d7e566 100644
--- a/layouts/partials/sections/recent-posts.html
+++ b/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>