Author: lukaszlenart
Date: Sat Feb  8 11:00:47 2014
New Revision: 1565964

URL: http://svn.apache.org/r1565964
Log:
Uses Markdown syntax

Modified:
    struts/site/branches/jekyll-powered/source/index.md

Modified: struts/site/branches/jekyll-powered/source/index.md
URL: 
http://svn.apache.org/viewvc/struts/site/branches/jekyll-powered/source/index.md?rev=1565964&r1=1565963&r2=1565964&view=diff
==============================================================================
--- struts/site/branches/jekyll-powered/source/index.md (original)
+++ struts/site/branches/jekyll-powered/source/index.md Sat Feb  8 11:00:47 2014
@@ -3,11 +3,4 @@ layout: default
 title: Welcome to the Apache Struts project
 ---
 
-<div id="home">
-  <h1>Blog Posts</h1>
-  <ul class="posts">
-    {% for post in site.posts %}
-      <li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ 
post.url }}">{{ post.title }}</a></li>
-    {% endfor %}
-  </ul>
-</div>
+# Struts Site powered by Jekyll!
\ No newline at end of file


Reply via email to