mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 00:52:43 +00:00
tweak list file for config colors
This commit is contained in:
parent
a0019812ff
commit
4d8dfae7b4
@ -5,7 +5,7 @@
|
|||||||
</section>
|
</section>
|
||||||
<section class="flex-ns mt5 flex-wrap justify-around">
|
<section class="flex-ns mt5 flex-wrap justify-around">
|
||||||
{{ range .Paginator.Pages }}
|
{{ range .Paginator.Pages }}
|
||||||
<div class="w-100 w-30-l mb4 relative bg-white">
|
<div class="w-100 w-30-l mb4 relative {{ $.Param "list_dark_bg" | compare.Default "bg-white"}}">
|
||||||
{{ .Render "summary" }}
|
{{ .Render "summary" }}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user