Skip to content

Commit daf3aa2

Browse files
committed
clean
1 parent 48ca7a8 commit daf3aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/html/pages.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ impl IndexCtx {
126126
.into_iter()
127127
.map(|(title, nodes)| {
128128
(
129-
crate::html::util::SectionHeaderCtx {
129+
SectionHeaderCtx {
130130
title,
131131
href: None,
132132
doc: None,

0 commit comments

Comments
 (0)