We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f381e82 commit 55b8018Copy full SHA for 55b8018
_layouts/archive.html
@@ -21,13 +21,9 @@ <h1>{{ page.title }}</h1>
21
22
<ul class="toc">
23
{% for post in site.posts %}
24
- {% if forloop.last %}
25
- <li><a href="{{ site.url }}{{ site.baseurl }}{{ post.url }}">{% if post.subheadline %}<span>{{ post.subheadline }}</span>{% endif %}{% if post.subheadline %}<span>{{ post.subheadline }}</span>{% endif %}{{ post.title }}</a></li>
26
- </ul>
27
- {% else %}
28
<li><a href="{{ site.url }}{{ site.baseurl }}{{ post.url }}">{% if post.subheadline %}<span>{{ post.subheadline }}</span>{% endif %}{{ post.title }}</a></li>
29
- {% endif %}
30
{% endfor %}
+ </ul>
31
32
</div>
33
</div><!-- /.row -->
0 commit comments