We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f2bce commit 09748aaCopy full SHA for 09748aa
docs/customization.md
@@ -130,11 +130,11 @@ assets may also be put in the `overrides` directory:
130
│ └─ toc-item.html # Table of contents item
131
├─ 404.html # 404 error page
132
├─ base.html # Base template
133
-├─ blog.html # Blog index
134
-├─ blog-archive.html # Blog archive index
135
-├─ blog-category.html # Blog category index
136
-├─ blog-post.html # Blog post
137
-└─ main.html # Page
+├─ blog.html # Blog index page
+├─ blog-archive.html # Blog archive index page
+├─ blog-category.html # Blog category index page
+├─ blog-post.html # Blog post page
+└─ main.html # Default page
138
```
139
140
[custom_dir]: https://www.mkdocs.org/user-guide/configuration/#custom_dir
0 commit comments