layouts/post/summary.html
@@ -1,11 +1,11 @@ <div class="mb3 pa4 mid-gray overflow-hidden"> {{ if .Date }} <div class="f6"> {{ .Date.Format "January 2, 2006" }} {{ .Date.Format (default "January 2, 2006" .Site.Params.date_format) }} </div> {{ end }} <h1 class="f3 near-black"> <a href="{{ .Permalink }}" class="link black dim"> <a href="{{ .RelPermalink }}" class="link black dim"> {{ .Title }} </a> </h1>