Browse Source

New test for div location

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

2
tags/index.html

@ -28,12 +28,12 @@ title: "#Tags"
{% if post.title != null %} {% if post.title != null %}
{% if group == null or group == post.group %} {% if group == null or group == post.group %}
<li><a href="{{ site.url }}{{ post.url | replace:'.html','' }}">{{ post.title }}<span class="entry-date"><time datetime="{{ post.date | date_to_xmlschema }}" itemprop="datePublished">{{ post.date | date: "%d %B %Y" }}</time></a></li> <li><a href="{{ site.url }}{{ post.url | replace:'.html','' }}">{{ post.title }}<span class="entry-date"><time datetime="{{ post.date | date_to_xmlschema }}" itemprop="datePublished">{{ post.date | date: "%d %B %Y" }}</time></a></li>
</div>
{% endif %} {% endif %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}
{% assign pages_list = nil %} {% assign pages_list = nil %}
{% assign group = nil %} {% assign group = nil %}
</ul> </ul>
</div>
{% endfor %} {% endfor %}
</div> </div>

Loading…
Cancel
Save