diff --git a/_includes/component.html b/_includes/component.html index baf2bb8..0730919 100644 --- a/_includes/component.html +++ b/_includes/component.html @@ -13,7 +13,7 @@

{{ component.name }} - + {% if repo.updated_at %} last updated {{ repo.updated_at | date: "%B %-d, %Y" }} @@ -66,12 +66,11 @@

@@ -83,7 +82,7 @@

{% for r in releases.releases limit: 3 %}
  • - {{ r.name }} + {{ r.name }} {{ r.published_at | date: "%B %-d, %Y" }}
  • {% endfor %} @@ -91,4 +90,3 @@

    {% endif %}

    -