Skip to content

Commit

Permalink
Merge pull request #6 from W0CHP/master
Browse files Browse the repository at this point in the history
Yearly history report: empty month fix
  • Loading branch information
seehase committed Nov 9, 2022
2 parents 0259f83 + 78bdc97 commit 5b8a6a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/year-%Y.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
</div>

#for $month in $year.months
#if $month.outTemp.has_data
<div class="col-12 col-lg-6 mb-4 text-center">
<div class="card">
<div class="card-body">
Expand Down Expand Up @@ -172,7 +173,8 @@
</div>
</div>
</div>
#end for
#end if
#end for

</div>

Expand Down

0 comments on commit 5b8a6a5

Please sign in to comment.