Remove first headline from post
.Summary contains the headline rendered as <h2> tag which can break the layout of post listings in which the summary is used.
This commit is contained in:
parent
af49559963
commit
496ee817c3
|
@ -9,8 +9,6 @@ tags = [
|
||||||
]
|
]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
## Mole et vultus populifer quaque primoque non
|
|
||||||
|
|
||||||
Lorem est tota propiore conpellat pectoribus de
|
Lorem est tota propiore conpellat pectoribus de
|
||||||
pectora summo. <!--more-->Redit teque digerit hominumque toris verebor lumina non cervice
|
pectora summo. <!--more-->Redit teque digerit hominumque toris verebor lumina non cervice
|
||||||
subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc
|
subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc
|
||||||
|
@ -57,4 +55,4 @@ Propoetides **parte**.
|
||||||
<style>
|
<style>
|
||||||
.canon { background: white; width: 100%; height: auto;}
|
.canon { background: white; width: 100%; height: auto;}
|
||||||
</style>
|
</style>
|
||||||
{{< /css.inline >}}
|
{{< /css.inline >}}
|
||||||
|
|
Loading…
Reference in New Issue