Skip to content

Commit

Permalink
Remove useless var
Browse files Browse the repository at this point in the history
  • Loading branch information
willfaught committed Feb 12, 2025
1 parent 6d21936 commit 55a5613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/list.atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

<updated>{{ $lastmod }}</updated>

{{ range $subpage := $subpages }}
{{ range $subpages }}
{{ if not (.Param "paige.exclude_feeds") }}
<entry>
{{ $content := .Content }}
Expand Down

0 comments on commit 55a5613

Please sign in to comment.