Author: wfarner
Date: Sat Dec 12 03:34:04 2015
New Revision: 1719624

URL: http://svn.apache.org/viewvc?rev=1719624&view=rev
Log:
Fix out-of-sync template from published source.

Modified:
    aurora/site/source/blog.html.erb

Modified: aurora/site/source/blog.html.erb
URL: 
http://svn.apache.org/viewvc/aurora/site/source/blog.html.erb?rev=1719624&r1=1719623&r2=1719624&view=diff
==============================================================================
--- aurora/site/source/blog.html.erb (original)
+++ aurora/site/source/blog.html.erb Sat Dec 12 03:34:04 2015
@@ -10,7 +10,7 @@ breadcrumb: Blog
        <div class="col-md-9">
                <% blog.articles.each do |post| %>
                  <article>
-                       <h3><%= link_to(post.title, post.url)%></h3>
+                       <h4><%= link_to(post.title, post.url)%></h4>
                        <p><em>Posted by <%= post.data.post_author.display_name 
%>, <%= post.date.strftime("%B %e, %Y") %></em></p>
                  </article>
                <% end %>


Reply via email to