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

github.com/spech66/bootstrap-bp-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index a6a8c97..fd9c832 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -3,9 +3,11 @@
<div class="container mt-3 mb-3">
{{ $paginator := .Paginate ( where .Site.RegularPages.ByPublishDate.Reverse "Type" "!=" "page") }}
{{ if .Site.Params.startPageColumns }}
- <div class="card-columns">
+ <div class="row row-cols-1 row-cols-md-3 g-4 mb-3 gridcards">
{{ range $paginator.Pages }}
- {{- partial "content_index.html" . -}}
+ <div class="col">
+ {{- partial "content_index.html" . -}}
+ </div>
{{ end }}
</div>
{{ else }}