Update to match halogenica:master

This commit is contained in:
Li-Wen Yip 2017-03-08 22:30:58 +00:00
commit 4c36eced22
3 changed files with 4 additions and 3 deletions

View file

@ -27,12 +27,14 @@
<article class="post-preview">
<a href="{{ .Permalink }}">
<h2 class="post-title">{{ .Title }}</h2>
{{ if .Params.subtitle }}
<h3 class="post-subtitle">
{{ .Params.subtitle }}
</h3>
{{ end }}
</a>
<p class="post-meta">
Posted on {{ .Date.Format .Site.Params.dateFormat }}
</p>