Skip to content

Commit 12d891c

Browse files
committed
fix theme
1 parent 936f842 commit 12d891c

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

config.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ theme = "rusty-typewriter"
1111
pagination.pagerSize = 20
1212

1313
[Params]
14-
customCSS = ["css/custom.css"]
15-
copyright = "wizmann"
16-
readmore = true
17-
post_meta = ["date", "categories"]
18-
author = "wizmann"
19-
comments = true
20-
ShowPostNavLinks = true
14+
customCSS = ["css/custom.css"]
15+
copyright = "wizmann"
16+
readmore = true
17+
post_meta = ["date", "categories"]
18+
[author]
19+
name = "wizmann"
20+
comments = true
21+
ShowPostNavLinks = true
2122

2223
[Params.style.vars]
2324
highlightColor = "#e22d30"

0 commit comments

Comments
 (0)