Make smaller heading for article

master
Tait Hoyem 4 years ago
parent 812b1f2a58
commit 23d3d23e61

@ -6,7 +6,7 @@ title: Blog
{% for post in site.posts %}
<tr>
<td>
<h2 class="post-title"><a class="post-title-link" href="{{ post.url }}">{{ post.title }}</a></h2>
<h3 class="post-title"><a class="post-title-link" href="{{ post.url }}">{{ post.title }}</a></h2>
<span class="post-date">{{ post.date | date: "%d %B %Y" }}</span>
<div class="post-excerpt">{{ post.excerpt }}</div>
</td>

Loading…
Cancel
Save