updated user list and changed style

This commit is contained in:
Nuno Coração
2023-09-29 00:59:08 +01:00
parent d1f6b62606
commit ea8793fac8
71 changed files with 69 additions and 3 deletions

View File

@@ -51,7 +51,7 @@
{{ if gt .Pages 0 }}
{{ $cardView := .Params.cardView | default (.Site.Params.list.cardView | default false) }}
{{ $cardViewScreenWidth := .Site.Params.list.cardViewScreenWidth | default false }}
{{ $cardViewScreenWidth := .Params.cardViewScreenWidth | default (.Site.Params.list.cardViewScreenWidth | default false) }}
{{ $groupByYear := .Params.groupByYear | default ($.Site.Params.list.groupByYear | default false) }}
{{ if not $cardView }}