diff --git a/breweries.html b/breweries.html
index 162c76c..d15e8b7 100644
--- a/breweries.html
+++ b/breweries.html
@@ -21,7 +21,7 @@
I have sampled {{ site.data.breweries | size }} differen
{% for brewery in site.data.breweries %}
-
+
{{ brewery.name }}
diff --git a/countries.html b/countries.html
index 8aa25ff..68bdbfd 100644
--- a/countries.html
+++ b/countries.html
@@ -30,6 +30,16 @@ I have had beers from {{ site.data.countries | size }} d
|
+ {% for country in site.data.countries %}
+
+
+
+ {{ country.name }}
+ |
+ {{ country.checkins }} |
+ {{ country.breweries }} |
+
+ {% endfor %}
@@ -39,11 +49,9 @@ I have had beers from {{ site.data.countries | size }} d