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

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

Author: jlmonteiro
Date: Fri Dec 14 14:42:37 2012
New Revision: 1421904

URL: http://svn.apache.org/viewvc?rev=1421904&view=rev
Log:
Adding news from OWB 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=1421904&r1=1421903&r2=1421904&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/index.html (original)
+++ openwebbeans/cms-site/trunk/content/index.html Fri Dec 14 14:42:37 2012
@@ -47,7 +47,11 @@
     <div class="span-two-thirds">
         <h2>Latest News</h2>
 
-
+        {% for e in blog.list %}
+        <h4><a href="{{ e.url }}">{{ e.title }}</a></h4>
+        {{ e.content|safe|truncatewords_html:50 }}
+        <hr>
+        {% endfor %}
     </div>
 </div>
 {% endblock %}