Skip to content

Commit

Permalink
fix: removed country data by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrremann committed Mar 2, 2024
1 parent 9b66b84 commit 8868a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions countries.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ <h1 class="banner-head">I have had beers from {{ site.data.countries | size }} d
valueNames: [ "name", "checkins", "breweries" ],
};

countryData = {{ site.data.countries | jsonify }};
countryList = new List("countries", options);

function zoomOut() {
Expand Down

0 comments on commit 8868a83

Please sign in to comment.