Remove unused $pages variable from photos list template
This commit is contained in:
parent
2c23862cc6
commit
188c5fb876
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{- $pages := (.Paginate (first 50 (.Pages.GroupByDate "January 2006"))).PageGroups -}}
|
|
||||||
{{ $pages := .Pages.ByDate.GroupByDate "Jan 2006" }}
|
{{ $pages := .Pages.ByDate.GroupByDate "Jan 2006" }}
|
||||||
{{- range $pages -}}
|
{{- range $pages -}}
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue