Skip to content

Commit a220b84

Browse files
committed
Remove markdown rendering for summary
1 parent a83b5dc commit a220b84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/page.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ pub struct Page<'p> {
5656
#[serde(borrow, default)]
5757
image: Cow<'p, str>,
5858
#[serde(borrow, default)]
59-
#[md]
6059
summary: Cow<'p, str>,
6160
#[serde(borrow, default)]
6261
#[md]

0 commit comments

Comments
 (0)