fix: Fix key name for categories
This commit is contained in:
parent
871286192c
commit
31aa4b6c91
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<div class="col-xs-12 col-sm-6 col-lg-4 pt-2 filtr-item"
|
||||
data-category='all, {{ with .category }}{{ delimit . ","}}{{ end }}'
|
||||
data-category='all, {{ with .categories }}{{ delimit . ","}}{{ end }}'
|
||||
>
|
||||
<a class="text-decoration-none" {{ if .url }}href="{{ .url }}" title="{{ .name }}" target="_blank" rel="noopener"{{ end }}>
|
||||
<div class="card">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue