remove p tags from .Summary

This commit is contained in:
Bud Parr 2017-04-17 19:02:51 -04:00
parent d68e01a869
commit 95af995e96
No known key found for this signature in database
GPG key ID: ACA375160539D2B3
4 changed files with 8 additions and 12 deletions

View file

@ -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>

View file

@ -5,10 +5,8 @@
{{ .Title }}
</a>
</h1>
<div class="nested-links f5 nested-copy-line-height">
<p>
{{ .Summary }}
</p>
<div class="nested-links f5 lh-copy nested-copy-line-height">
{{ .Summary }}
</div>
</div>
</div>

View file

@ -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>

View file

@ -9,9 +9,7 @@
{{ .Title }}
</a>
</h1>
<div class="nested-links f5 nested-copy-line-height">
<p>
{{ .Summary }}
</p>
<div class="nested-links f5 lh-copy nested-copy-line-height">
{{ .Summary }}
</div>
</div>