From 5ac91bdb79de8bb3f8a89c9639a907a3b09a1cb0 Mon Sep 17 00:00:00 2001 From: Robert Boloc Date: Wed, 11 Jul 2012 10:10:29 +0200 Subject: [PATCH] fixed menu links when viewing from the banners page --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index e4478f7..86543be 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -35,7 +35,7 @@ {% for post in site.posts reversed %} {% if post.isChild and lastIsChild != true %}{% endif %} -
  • {{ post.title }} +
  • {{ post.title }} {% assign lastIsChild = post.isChild %} {% endfor %}