forked from mirror/Mainroad
Merge pull request #47 from natrius/patch-1
Correct authors-path in customization.md
This commit is contained in:
commit
0f5fb4d14f
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ thumbnail: "img/placeholder.png" # Thumbnail image
|
|||
lead: "Example lead - highlighted near the title" # Lead text
|
||||
comments: false # Enable Disqus comments for specific page
|
||||
authorbox: true # Enable authorbox for specific page
|
||||
authors: ["exampleauthor"] # Assuming you have a author profile in /content/authors/exampleauthor.md
|
||||
authors: ["exampleauthor"] # Assuming you have a author profile in /content/authors/exampleauthor/_index.md
|
||||
pager: true # Enable pager navigation (prev/next) for specific page
|
||||
toc: true # Enable Table of Contents for specific page
|
||||
mathjax: true # Enable MathJax for specific page
|
||||
|
|
Loading…
Add table
Reference in a new issue