restyle posts list
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user