diff --git a/_includes/header.html b/_includes/header.html index f9c1774..f07cfff 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -18,6 +18,9 @@
  • Breweries
  • +
  • + Checkins +
  • Countries
  • diff --git a/checkins.html b/checkins.html new file mode 100644 index 0000000..83e650a --- /dev/null +++ b/checkins.html @@ -0,0 +1,54 @@ +--- +layout: default +--- + + + +
    + {% assign title = site.data.beers %} +
    + + + + + + + + + + + + + {% for checkin in site.data.checkins_by_day %} + + + + + + + + {% endfor %} + +
    YearMonthDayCheckinsUnique checkins
    + {{ checkin.year }} + + {{ checkin.month }} + + {{ checkin.day }} + + {{ checkin.checkins }} + + {{ checkin.unique_checkins }} +
    +
    +
    + +