Udated for 3.6 and removed RS and B&M.

This commit is contained in:
Daniel Buckmaster 2014-10-20 14:04:47 +11:00
parent c7cd429d70
commit 501f8f6456
12 changed files with 192 additions and 227 deletions

3
_includes/newsitem.html Normal file
View file

@ -0,0 +1,3 @@
<span class="date">{{include.post.date | date_to_string}}</span>
<a href="{{page.root}}{{post.url}}"><span class="post-title">{{include.post.title}}</span></a>
<p>{{ include.post.content | strip_html | truncatewords: 40 }}</p>