This commit is contained in:
Thomas Miceli
2024-01-04 17:12:31 +01:00
committed by Thomas Miceli
parent af19268d6f
commit 8eb8f4e231
8 changed files with 63 additions and 13 deletions

View File

@ -108,7 +108,7 @@
<div>
{{ if ne (len .gists) 0 }}
{{ range $gist := .gists }}
{{ $nest := dict "gist" $gist "C" $.c "locale" $.locale "DisableGravatar" $.DisableGravatar "searchQuery" $.searchQuery }}
{{ $nest := dict "gist" $gist "c" $.c "locale" $.locale "DisableGravatar" $.DisableGravatar "searchQuery" $.searchQuery }}
{{ template "_gist_preview" $nest }}
{{ end }}