Skip to content

Commit a62bcd1

Browse files
committed
Clarify possibility to extend mkdocs themes
1 parent 7488692 commit a62bcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Which renders as:
5353

5454
### In theme templates
5555

56-
In theme templates you will have access to the jinja2 variable `git_authors`, which contains a list of authors dicts, like the following example:
56+
To add more detailed author information to your theme you can [customize a mkdocs theme](https://www.mkdocs.org/user-guide/styling-your-docs/#customizing-a-theme) or even [develop your own](https://www.mkdocs.org/user-guide/custom-themes/). When enabling this plugin, you will have access to the jinja2 variable `git_authors`, which contains a list of authors dicts, like the following example:
5757

5858
```python
5959
[{

0 commit comments

Comments
 (0)