Skip to content

Commit

Permalink
listings
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesmarshall committed Jan 22, 2010
1 parent 2848c28 commit 1837d03
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion general.html
Expand Up @@ -22,7 +22,7 @@
<h3 class='clearfix'><a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></h3>
<div class='clearfix summary'>
<h5 class='date curvy'>{{ post.date | date_to_string }}</h5>
<h6 class='curvy'>{{ post.category | downcase }}</h6>
<h6 class='curvy'><a href='/{{ post.category | downcase }}.html' title='{{ post.category | downcase }}'>{{ post.category | downcase }}</a></h6>
</div>
{{ post.content }}
<p class='read_more'><a href="{{ post.url }}" title="{{ post.title }}">View post &raquo;</a></p>
Expand Down
2 changes: 1 addition & 1 deletion jquery.html
Expand Up @@ -24,7 +24,7 @@
<h3 class='clearfix'><a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></h3>
<div class='clearfix summary'>
<h5 class='date curvy'>{{ post.date | date_to_string }}</h5>
<h6 class='curvy'>{{ post.category | downcase }}</h6>
<h6 class='curvy'><a href='/{{ post.category | downcase }}.html' title='{{ post.category | downcase }}'>{{ post.category | downcase }}</a></h6>
</div>
{{ post.content }}
<p class='read_more'><a href="{{ post.url }}" title="{{ post.title }}">View post &raquo;</a></p>
Expand Down
2 changes: 1 addition & 1 deletion motorsport.html
Expand Up @@ -25,7 +25,7 @@
<h3 class='clearfix'><a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></h3>
<div class='clearfix summary'>
<h5 class='date curvy'>{{ post.date | date_to_string }}</h5>
<h6 class='curvy'>{{ post.category | downcase }}</h6>
<h6 class='curvy'><a href='/{{ post.category | downcase }}.html' title='{{ post.category | downcase }}'>{{ post.category | downcase }}</a></h6>
</div>
{{ post.content }}
<p class='read_more'><a href="{{ post.url }}" title="{{ post.title }}">View post &raquo;</a></p>
Expand Down
2 changes: 1 addition & 1 deletion rant.html
Expand Up @@ -25,7 +25,7 @@
<h3 class='clearfix'><a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></h3>
<div class='clearfix summary'>
<h5 class='date curvy'>{{ post.date | date_to_string }}</h5>
<h6 class='curvy'>{{ post.category | downcase }}</h6>
<h6 class='curvy'><a href='/{{ post.category | downcase }}.html' title='{{ post.category | downcase }}'>{{ post.category | downcase }}</a></h6>
</div>
{{ post.content }}
<p class='read_more'><a href="{{ post.url }}" title="{{ post.title }}">View post &raquo;</a></p>
Expand Down
2 changes: 1 addition & 1 deletion web.html
Expand Up @@ -25,7 +25,7 @@
<h3 class='clearfix'><a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></h3>
<div class='clearfix summary'>
<h5 class='date curvy'>{{ post.date | date_to_string }}</h5>
<h6 class='curvy'>{{ post.category | downcase }}</h6>
<h6 class='curvy'><a href='/{{ post.category | downcase }}.html' title='{{ post.category | downcase }}'>{{ post.category | downcase }}</a></h6>
</div>
{{ post.content }}
<p class='read_more'><a href="{{ post.url }}" title="{{ post.title }}">View post &raquo;</a></p>
Expand Down
2 changes: 1 addition & 1 deletion work.html
Expand Up @@ -26,7 +26,7 @@
<h3 class='clearfix'><a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></h3>
<div class='clearfix summary'>
<h5 class='date curvy'>{{ post.date | date_to_string }}</h5>
<h6 class='curvy'>{{ post.category | downcase }}</h6>
<h6 class='curvy'><a href='/{{ post.category | downcase }}.html' title='{{ post.category | downcase }}'>{{ post.category | downcase }}</a></h6>
</div>
{{ post.content }}
<p class='read_more'><a href="{{ post.url }}" title="{{ post.title }}">View post &raquo;</a></p>
Expand Down

0 comments on commit 1837d03

Please sign in to comment.