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:04:23 UTC

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

Author: struberg
Date: Sat Dec 15 18:04:22 2012
New Revision: 1422301

URL: http://svn.apache.org/viewvc?rev=1422301&view=rev
Log:
next try for news...

Modified:
    openwebbeans/cms-site/trunk/   (props changed)
    openwebbeans/cms-site/trunk/content/index.html

Propchange: openwebbeans/cms-site/trunk/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Dec 15 18:04:22 2012
@@ -0,0 +1 @@
+*.iml

Modified: openwebbeans/cms-site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/index.html?rev=1422301&r1=1422300&r2=1422301&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/index.html (original)
+++ openwebbeans/cms-site/trunk/content/index.html Sat Dec 15 18:04:22 2012
@@ -44,12 +44,11 @@
 </div>
 
 <div class="row">
-    <div class="span-two-thirds hero-unit">
+    <div>
         <h2>Latest News</h2>
-
         {% for e in blog.list %}
         <h4><a href="{{ e.url }}">{{ e.title }}</a></h4>
-        {{ e.content|safe|truncatewords_html:50 }}
+        {{ e.content|safe|truncatewords_html:30 }}
         <hr>
         {% endfor %}
     </div>