Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
updated dates
Browse files Browse the repository at this point in the history
  • Loading branch information
skim committed Jun 25, 2010
1 parent e5c8616 commit 7e9fc09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<div class="related">
<h3>all posts</h3>
<p>{% for post in site.posts %}<li><span>{{ post.date | date: "%b.%d.%Y" }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>{% endfor %}</p>
<p>{% for post in site.posts %}<li><span>{{ post.date | date: "%b %d, %Y" }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>{% endfor %}</p>
<p>
</div>

Expand Down
4 changes: 2 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<div class="content">
<div id="post">
<h1><a href="{{ page.url }}">{{ page.title }}</a></h1>
<div class="strap">{{ page.date | date: "%b.%d.%Y" }}</div>
<div class="strap">{{ page.date | date: "%b %d, %Y" }}</div>
{{ content }}
</div>

<div id="disqus_thread"></div>
<script type="text/javascript" src="http://disqus.com/forums/skimcc/embed.js"></script>
<noscript><a href="http://disqus.com/forums/skimcc/?url=ref">View the discussion thread.</a></noscript>
</div>
</div>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="content">
<div id="post">
<h1><a href="{{ site.posts.first.url }}">{{ site.posts.first.title }}</a></h1>
<div class="strap">{{ site.posts.first.date | date: "%b.%d.%Y" }}</div>
<div class="strap">{{ site.posts.first.date | date: "%b %d, %Y" }}</div>
{{ site.posts.first.content }}
<p><div class="strap"><a id="more" href="{{ site.posts.first.url }}#disqus">comments &raquo;</a></div>
</div>
Expand Down

0 comments on commit 7e9fc09

Please sign in to comment.