From 2b5ac2b0f28864a720b47909f547656e21b672d9 Mon Sep 17 00:00:00 2001 From: Saivann Date: Thu, 29 May 2014 14:13:04 -0400 Subject: [PATCH] Use modulo instead of cycle to split language menu --- _layouts/base.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_layouts/base.html b/_layouts/base.html index 14c439d1..7183dcc9 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -39,11 +39,13 @@ if(typeof(legacyIE)==='undefined'){ ', '', '', '', '', '', '', '' %} + {% endfor %} +