Skip to content

Commit f4eb5f5

Browse files
committed
added index
1 parent 9137153 commit f4eb5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

func.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function render(){
180180
$content.="\n";
181181
$content.="##索引\n";
182182
foreach ($categories as $val) {
183-
$content.="[{$val}](#{$val})\n";
183+
$content.="[{$val}](#{$val}) \n";
184184
}
185185
}
186186

0 commit comments

Comments
 (0)