Browse Source

docs : fix tests urls on index

pull/96/head
David DeSandro 14 years ago
parent
commit
4763655fea
  1. 2
      _posts/tests/2010-01-01-index.html

2
_posts/tests/2010-01-01-index.html

@ -8,7 +8,7 @@ is_index_page: true
<ul> <ul>
{% for post in site.categories.tests reversed %} {% for post in site.categories.tests reversed %}
{% if post.is_index_page != true %} {% if post.is_index_page != true %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li> <li><a href="..{{ post.url }}">{{ post.title }}</a></li>
{% endif %} {% endif %}
{% endfor %} {% endfor %}
</ul> </ul>
Loading…
Cancel
Save