Merge branch 'main' into autoprefixer-1667142184

This commit is contained in:
kodiakhq[bot] 2022-10-30 16:46:46 +00:00 committed by GitHub
commit 619c046222
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,4 +24,13 @@
{{ end }} {{ end }}
</div> </div>
</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> </div>