unused components, stars, new components, commits list

This commit is contained in:
codecalm
2019-11-28 20:21:14 +01:00
parent 17825ca39e
commit d54053ff0a
57 changed files with 1120 additions and 893 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ done: true
{% for flag in site.data.flags %}
<div class="d-flex flex-column text-center m-3">
<p class="d-inline-block">{{flag.name}}</p>
{% include ui/flag.html name=flag.flag class="my-3 mx-auto" %}
{% include ui/flag.html flag=flag.flag class="my-3 mx-auto" %}
<code>.flag .flag-{{flag.flag}}</code>
</div>
{% endfor %}