hidden p-summary section for being even more microformat compatible
This commit is contained in:
parent
9b57d8e038
commit
49906e1900
@ -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>
|
||||||
|
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user