|
@@ -20,7 +20,7 @@
|
|
<h2 class="mb-4">{{ . | markdownify }}</h2>
|
|
<h2 class="mb-4">{{ . | markdownify }}</h2>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- {{ $query := where (where site.Pages "Section" "author") ".Params.user_groups" "intersect" (slice .) }}
|
|
|
|
|
|
+ {{ $query := where (where site.Pages "Section" "authors") ".Params.user_groups" "intersect" (slice .) }}
|
|
{{ range $query }}
|
|
{{ range $query }}
|
|
|
|
|
|
{{ $avatar := (.Resources.ByType "image").GetMatch "*avatar*" }}
|
|
{{ $avatar := (.Resources.ByType "image").GetMatch "*avatar*" }}
|