|
|
|
@ -27,7 +27,7 @@ description: "An archive of posts sorted by tag."
@@ -27,7 +27,7 @@ description: "An archive of posts sorted by tag."
|
|
|
|
|
{% for post in pages_list %} |
|
|
|
|
{% if post.title != null %} |
|
|
|
|
{% if group == null or group == post.group %} |
|
|
|
|
<li class="entry-title" itemprop="name"><a href="{{ post.url }}" rel="bookmark" title="{{ post.title }}" itemprop="url">{{ post.title }}</a></li> |
|
|
|
|
<li class="entry-title" itemprop="name"><a href="{{ site.url }}{{ post.url }}" rel="bookmark" title="{{ post.title }}" itemprop="url">{{ post.title }}</a></li> |
|
|
|
|
{% endif %} |
|
|
|
|
{% endif %} |
|
|
|
|
{% endfor %} |
|
|
|
|