You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2012/12/15 19:16:54 UTC

svn commit: r1422307 - /openwebbeans/cms-site/trunk/content/index.html

Author: struberg
Date: Sat Dec 15 18:16:53 2012
New Revision: 1422307

URL: http://svn.apache.org/viewvc?rev=1422307&view=rev
Log:
use 40 words in the blog

Modified:
    openwebbeans/cms-site/trunk/content/index.html

Modified: openwebbeans/cms-site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/index.html?rev=1422307&r1=1422306&r2=1422307&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/index.html (original)
+++ openwebbeans/cms-site/trunk/content/index.html Sat Dec 15 18:16:53 2012
@@ -53,7 +53,7 @@
         {% for e in blog.list %}
         <div class="span4">
         <h4><a href="{{ e.url }}">{{ e.title }}</a></h4>
-            {{ e.content|safe|truncatewords_html:30 }}
+            {{ e.content|safe|truncatewords_html:40 }}
         </div>
     {% endfor %}
 </div>