remove p tags from .Summary
This commit is contained in:
parent
d68e01a869
commit
95af995e96
|
@ -8,9 +8,9 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<div class="w-100{{ if .Params.featured_image }} w-60-ns pl3-ns{{ 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>
|
<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 }}
|
{{ .Summary }}
|
||||||
</p>
|
</div>
|
||||||
{{/* TODO: add author
|
{{/* TODO: add author
|
||||||
<p class="f6 lh-copy mv0">By {{ .Author }}</p> */}}
|
<p class="f6 lh-copy mv0">By {{ .Author }}</p> */}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -5,10 +5,8 @@
|
||||||
{{ .Title }}
|
{{ .Title }}
|
||||||
</a>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
<div class="nested-links f5 nested-copy-line-height">
|
<div class="nested-links f5 lh-copy nested-copy-line-height">
|
||||||
<p>
|
{{ .Summary }}
|
||||||
{{ .Summary }}
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -8,9 +8,9 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<div class="w-100{{ if .Params.featured_image }} w-60-ns pl3-ns{{ 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>
|
<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 }}
|
{{ .Summary }}
|
||||||
</p>
|
</div>
|
||||||
{{/* TODO: add author
|
{{/* TODO: add author
|
||||||
<p class="f6 lh-copy mv0">By {{ .Author }}</p> */}}
|
<p class="f6 lh-copy mv0">By {{ .Author }}</p> */}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -9,9 +9,7 @@
|
||||||
{{ .Title }}
|
{{ .Title }}
|
||||||
</a>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
<div class="nested-links f5 nested-copy-line-height">
|
<div class="nested-links f5 lh-copy nested-copy-line-height">
|
||||||
<p>
|
{{ .Summary }}
|
||||||
{{ .Summary }}
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue