From 22e881fa89e4b3b8f6207d2c2e8713c2ff919400 Mon Sep 17 00:00:00 2001
From: Sébastien Dailly <sebastien@chimrod.com>
Date: Wed, 8 May 2013 10:54:59 +0200
Subject: Added articlelogo on main page

---
 theme/templates/menu.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'theme/templates/menu.html')

diff --git a/theme/templates/menu.html b/theme/templates/menu.html
index bab98fa..6cc3636 100755
--- a/theme/templates/menu.html
+++ b/theme/templates/menu.html
@@ -15,7 +15,7 @@
   <li class='has-sub'><span><a href="{{ SITEURL }}/">Articles</a></span>
   <ul>
   {% for article in articles %}  
-    {% if loop.index < FEED_MAX_ITEMS %}
+    {% if loop.index <= FEED_MAX_ITEMS %}
       <li><a href="{{ SITEURL }}/{{ article.url}}">{{ article.title }}</a></li>
     {% endif %}
   {% endfor %}
-- 
cgit v1.2.3