diff --git a/_includes/app.html b/_includes/app.html index 6c690f3..75c79ac 100644 --- a/_includes/app.html +++ b/_includes/app.html @@ -5,9 +5,9 @@
{% if app.installations %} -
{% octicon cloud-download heigh:16 class:"v-align-middle" %} {{ app.installations }}
+
{% octicon cloud-download heigh:16 class:"v-align-middle" %} {{ app.installations }}
{% endif %} -
{% octicon star heigh:16 class:"v-align-middle" %} {{ app.stars }}
+
{% octicon star heigh:16 class:"v-align-middle" %} {{ app.stars }}
{% for author in app.authors %} Made by {{ author }}