Browse Source

Added columns for mobile responsiveness

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
8a97933d86
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tags/index.html

3
tags/index.html

@ -19,6 +19,7 @@ title: "#Tags"
{% assign tags_list = nil %}
</div>
<div class="large-9 columns">
{% for tag in site.tags %}
<span class="tag-title" id="{{ tag[0] | slugify }}">{{ tag[0] }}</span>
<ul class="post-list-tags">
@ -34,5 +35,5 @@ title: "#Tags"
{% assign group = nil %}
</ul>
{% endfor %}
</div>
</div>

Loading…
Cancel
Save