Remove more posts button in working on

This commit is contained in:
BernatBC 2023-08-10 10:45:21 +02:00
parent 3f973065e8
commit 1eee5974c6

View file

@ -27,13 +27,4 @@
{{ 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>