layouts/partials/summary-with-image.html
@@ -8,9 +8,9 @@ {{ end }} <div class="w-100{{ if .Params.featured_image }} w-60-ns pl3-ns{{ end }}"> <h1 class="f3 fw1 athelas mt0 lh-title">{{ .Title }}</h1> <p class="f6 f5-l lh-copy"> <div class="f6 f5-l lh-copy nested-copy-line-height"> {{ .Summary }} </p> </div> {{/* TODO: add author <p class="f6 lh-copy mv0">By {{ .Author }}</p> */}} </div>