fixing layout to flow with new blowfish

This commit is contained in:
Chris Cochrun 2023-01-04 14:06:00 -06:00
parent e06bc1b726
commit 02f73ff7d1
4 changed files with 4 additions and 5 deletions

View file

@ -26,9 +26,8 @@
</section>
{{ if gt .Pages 0 }}
<section class="space-y-10 w-full">
<div height=20px></div>
{{ range .Pages }}
{{ partial "article-link/simple.html" . }}
{{ partial "article-link.html" . }}
{{ end }}
</section>
{{ partial "pagination.html" . }}

View file

@ -27,7 +27,7 @@
{{ if gt .Pages 0 }}
<section class="space-y-10 w-full">
{{ range .Pages.ByWeight }}
{{ partial "article-link/simple.html" . }}
{{ partial "article-link.html" . }}
{{ end }}
</section>
{{ partial "pagination.html" . }}

View file

@ -70,7 +70,7 @@
{{ end }}
</div>
<div class="text-sm text-neutral-500 dark:text-neutral-400">
{{ partial "article-meta.html" . }}
{{ partial "article-meta/basic.html" . }}
</div>
{{ if .Params.showSummary | default (.Site.Params.list.showSummary | default false) }}
<div class="py-1 prose dark:prose-invert">

View file

@ -27,7 +27,7 @@
{{ if gt .Pages 0 }}
<section class="space-y-10 w-full">
{{ range .Pages.ByWeight }}
{{ partial "article-link/simple.html" . }}
{{ partial "article-link.html" . }}
{{ end }}
</section>
{{ partial "pagination.html" . }}