Browse Source

Added full div

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

4
tags/index.html

@ -3,6 +3,8 @@ layout: default
title: "#Tags"
---
<div class="full">
<div class="tags">
{% assign tags_list = site.tags %}
{% if tags_list.first[0] == null %}
@ -32,3 +34,5 @@ title: "#Tags"
{% assign group = nil %}
</ul>
{% endfor %}
</div>

Loading…
Cancel
Save