Skip to content

Commit

Permalink
no we do want them on overview
Browse files Browse the repository at this point in the history
I'm wrong, we do want them, for recall and review
  • Loading branch information
SallyMcGrath committed Jan 2, 2025
1 parent 4be9706 commit 5cedfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-theme/layouts/_default/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h4 class="c-overview__sprint e-heading__5">
{{ continue }}
{{ end }}
{{ $title := or .title $block.Title }}
<li>{{ $title }}</li>
<li>{{with $block.Params.emoji}}<span class="c-emoji">{{.}}</span>{{end}} {{ $title }}</li>
{{ end }}
</ol>
{{end}}
Expand Down

0 comments on commit 5cedfda

Please sign in to comment.