diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -63,9 +63,15 @@ Here are the options that can be stored in this file: // Links in template (null: default, false: remove, string: new value) "links": { + // Link to home in the top-left corner + "home": null, + + // Links in top of sidebar "about": null, "issues": null, "edit": null, + + // Sharing links "sharing": { "google": null, "facebook": null, |