Copy tweaks - brevity FTW

This commit is contained in:
Joel Glovier 2014-02-15 23:17:05 -05:00
parent 6773307237
commit 1e28eee0c7
1 changed files with 2 additions and 1 deletions

View File

@ -2,9 +2,10 @@
layout: default layout: default
--- ---
<h1>Blog Posts</h1>
<div class="home"> <div class="home">
<h1>Posts</h1>
<ul class="posts"> <ul class="posts">
{% for post in site.posts %} {% for post in site.posts %}
<li><span class="post-date">{{ post.date | date: "%b %-d, %Y" }}</span> <a class="post-link" href="{{ post.url }}">{{ post.title }}</a></li> <li><span class="post-date">{{ post.date | date: "%b %-d, %Y" }}</span> <a class="post-link" href="{{ post.url }}">{{ post.title }}</a></li>