Skip to content

Commit

Permalink
Reduce size of post titles on index page
Browse files Browse the repository at this point in the history
  • Loading branch information
a5huynh committed Jan 2, 2018
1 parent bd32e2b commit a7f38d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -12,10 +12,10 @@ <h3 class="year-group">{{ this_year }}</h3>
{% endif %}

<li class='post-item'>
<h2 class='post-title'>
<h3 class='post-title'>
<a href='{{ post.url }}'>{{ post.title }}</a>
<span class='post-date'>{{ post.date | date: "%B %d" }}</span>
</h2>
</h3>
<div class='post-excerpt'>{{ post.excerpt | strip_html }}</div>
</li>

Expand Down

0 comments on commit a7f38d6

Please sign in to comment.