mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-07 16:42:45 +00:00
tweak list file for config colors
This commit is contained in:
parent
a0019812ff
commit
4d8dfae7b4
@ -5,7 +5,7 @@
|
||||
</section>
|
||||
<section class="flex-ns mt5 flex-wrap justify-around">
|
||||
{{ 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" }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user