Skip to content

Commit

Permalink
feat: show list of missing countries
Browse files Browse the repository at this point in the history
fixes: #25
  • Loading branch information
Kyrremann committed May 29, 2024
1 parent c9fd3f4 commit a2b68b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions countries.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ <h1 class="banner-head">I have had beers from {{ site.data.countries | size }} d
</tbody>
</table>
</div>
<h3>Countries left to taste</h3>
<p>{{ site.data.missing_countries | map: "name" | join: ", " }}</p>
</div>

<!-- Chart code -->
Expand Down

0 comments on commit a2b68b6

Please sign in to comment.