Skip to content

Commit 78b9e1c

Browse files
Gutstimvink
authored andcommitted
Fix customization theme instructions
1 parent 5c9dd1a commit 78b9e1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Which renders as:
6767

6868
As an example, if you use [mkdocs-material](https://github.com/squidfunk/mkdocs-material) you can implement git-authors by [overriding a template block](https://squidfunk.github.io/mkdocs-material/customization/#overriding-template-blocks):
6969

70-
1) Create a new file `base.html` in `docs/assets/theme`:
70+
1) Create a new file `main.html` in `docs/theme`:
7171

7272
```html
7373
{% extends "base.html" %}
@@ -87,7 +87,7 @@ As an example, if you use [mkdocs-material](https://github.com/squidfunk/mkdocs-
8787
```yml
8888
theme:
8989
name: material
90-
custom_dir: docs/assets/theme/
90+
custom_dir: docs/theme/
9191
```
9292

9393
### In theme templates

0 commit comments

Comments
 (0)