demo/index.html in writers-zone-0.1.1 vs demo/index.html in writers-zone-0.1.2

- old
+ new

@@ -8,16 +8,13 @@ <ul class="post-list"> {% for post in paginator.posts %} <li> <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span> - <h2> <a class="post-link" href="{{ post.url | prepend: site.baseurl }}" title="{{ post.title }}">{{ post.title | escape }}</a> </h2> </li> {% endfor %} </ul> - - <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}" title="Feed RSS">via RSS</a></p> </div>