提交 93fdf13e 编写于 作者: C codecalm

tags demo update

上级 981d2579
......@@ -12,7 +12,7 @@ menu: base.tags
<div class="card-body">
<h3 class="card-title">Default tags</h3>
<div class="tags-list">
{% for i in (1..12) %}
{% for i in (1..14) %}
{% capture text %}Label {{ i }}{% endcapture %}
{% include ui/tag.html text=text %}
{% endfor %}
......@@ -26,7 +26,7 @@ menu: base.tags
<div class="card-body">
<h3 class="card-title">Tags with flag</h3>
<div class="tags-list">
{% for country in site.data.countries limit: 10 %}
{% for country in site.data.countries limit: 9 %}
{% include ui/tag.html text=country.name flag=country.code %}
{% endfor %}
</div>
......@@ -52,7 +52,7 @@ menu: base.tags
<div class="card-body">
<h3 class="card-title">Tags with avatar</h3>
<div class="tags-list">
{% for person in site.data.people limit: 10 %}
{% for person in site.data.people limit: 8 %}
{% include ui/tag.html text=person.full_name person=person %}
{% endfor %}
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册