restyle posts list

This commit is contained in:
2022-12-26 22:02:21 +03:00
parent 3ebb8ffa59
commit ae7b56dcdd
2 changed files with 2 additions and 5 deletions

View File

@@ -10,8 +10,7 @@
</nav>
</section>
<section class="bg-white border rounded shadow-sm p-3 mb-3">
<div class="list-group w-auto">
<section class="list-group w-auto shadow-sm mb-3">
{{ range .Pages.ByPublishDate.Reverse }}
<div class="list-group-item list-group-item-action d-flex gap-3 py-3">
<label class="text-nowrap">
@@ -20,7 +19,6 @@
<a class="text-decoration-none" href="{{ .RelPermalink }}">{{ .Title }}</a>
</div>
{{ end }}
</div>
</section>
</main>
</div>