Skip to content

Commit

Permalink
Cast tag to string
Browse files Browse the repository at this point in the history
  • Loading branch information
davepinch committed Oct 17, 2024
1 parent e3658e8 commit 00a3600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/partials/cc-groupby-tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
{{ errorf "Page %q has nil tag" $page.Path }}
{{ continue }}
{{ end}}
{{ $tag = (string $tag) }}
{{ $pages := index $group $tag }}
{{ if $pages }}
{{ $pages = $pages | append $page }}
Expand Down

0 comments on commit 00a3600

Please sign in to comment.