Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tags/index.html
|
@ -21,7 +21,7 @@ title: "#Tags" |
|
|
|
|
|
|
|
|
{% for tag in site.tags %} |
|
|
{% for tag in site.tags %} |
|
|
<span class="tag-title" id="{{ tag[0] | slugify }}">{{ tag[0] }}</span> |
|
|
<span class="tag-title" id="{{ tag[0] | slugify }}">{{ tag[0] }}</span> |
|
|
<ul class="post-list"> |
|
|
<ul class="post-list-tags"> |
|
|
{% assign pages_list = tag[1] %} |
|
|
{% assign pages_list = tag[1] %} |
|
|
{% for post in pages_list reversed %} |
|
|
{% for post in pages_list reversed %} |
|
|
{% if post.title != null %} |
|
|
{% if post.title != null %} |
|
|