hidden p-summary section for being even more microformat compatible

This commit is contained in:
Marvin Steadfast 2020-03-17 11:25:38 +01:00
parent 9b57d8e038
commit 49906e1900
2 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,7 @@
</small> </small>
{{ end }} {{ end }}
</p> </p>
<section class="p-summary">{{ .Summary | plainify }}</section>
<section class="e-content"> <section class="e-content">
{{ .Content}} {{ .Content}}
</section> </section>

View File

@ -219,3 +219,7 @@ button,
section#mentions table tbody tr.u-comment.h-cite td { section#mentions table tbody tr.u-comment.h-cite td {
font-size: 70%; font-size: 70%;
} }
section.p-summary {
display: none;
}