Skip to content

Commit

Permalink
Codechange: summaries are not per year, as the code suggested (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain authored Mar 1, 2024
1 parent fbc1b17 commit 056ece2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/summaries.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ <h3>Survey Result Summaries</h3>
</div>
<div class="section-item">
<div class="content">
{% for year in site.summaries %}
{{ year.end_date }}: <a href="{{ year.url }}">Survey Result Summary - {{ year.name }}</a><br/>
{% for summary in site.summaries %}
{{ summary.end_date }}: <a href="{{ summary.url }}">Survey Result Summary - {{ summary.name }}</a><br/>
{% endfor %}
</div>
</div>
Expand Down

0 comments on commit 056ece2

Please sign in to comment.