diff --git a/_includes/next_meetup.html b/_includes/next_meetup.html index 69946f3..359bc9c 100644 --- a/_includes/next_meetup.html +++ b/_includes/next_meetup.html @@ -1,9 +1,8 @@ {% assign next_meetup = site.data.next_meetup %} {% assign host = site.data.companies[next_meetup.host] %} -{% assign today = "now" | date: "%Y-%m-%d" %} -{% if next_meetup.show and next_meetup.date_iso >= today %} - +{% if next_meetup.show %} + Próxima meetup @@ -57,4 +56,12 @@ + {% endif %}