Skip to content

Commit

Permalink
2023-10-30 15:32:27
Browse files Browse the repository at this point in the history
  • Loading branch information
uidHUB committed Oct 30, 2023
1 parent d3d1a8b commit ad26ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/archive.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ define "main" }}

{{ $posts := (where site.RegularPages "Type" "in" "posts") }}
{{ $posts := (where (site.RegularPages) "Type" "in" (site.Params.sections)) }}

{{ (partial "breadcrumb" .) }}

Expand Down

0 comments on commit ad26ac9

Please sign in to comment.