Add More Posts button
This commit is contained in:
parent
1dc00ccb1e
commit
14268a727f
1 changed files with 9 additions and 0 deletions
|
@ -24,4 +24,13 @@
|
|||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
{{ if (.section.showButton) }}
|
||||
<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" >
|
||||
More Posts</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue