Skip to content

Commit

Permalink
updated CSS for blogindex page for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Ritzo committed Feb 26, 2014
1 parent 43bd8e2 commit 00b8daa
Show file tree
Hide file tree
Showing 5 changed files with 240 additions and 51 deletions.
2 changes: 2 additions & 0 deletions test.commotion/_includes/posts-by-date.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<div class="blog-index">
<h2>Posts by Date</h2>
{% for post in site.posts %}
{% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %}
Expand Down Expand Up @@ -30,3 +31,4 @@ <h4 id="{{ this_year }}-{{ next_month }}">{{ next_month }}</h4>
{% endif %}
{% endif %}
{% endfor %}
</div>

0 comments on commit 00b8daa

Please sign in to comment.