@@ -116,6 +116,7 @@ assets may also be put in the `overrides` directory:
116116│ ├─ pagination.html # Pagination (used for blog)
117117│ ├─ palette.html # Color palette toggle
118118│ ├─ post.html # Blog post excerpt
119+ │ ├─ progress.html # Progress indicator
119120│ ├─ search.html # Search interface
120121│ ├─ social.html # Social links
121122│ ├─ source.html # Repository information
@@ -124,7 +125,8 @@ assets may also be put in the `overrides` directory:
124125│ ├─ tabs-item.html # Tabs navigation item
125126│ ├─ tags.html # Tags
126127│ ├─ toc.html # Table of contents
127- │ └─ toc-item.html # Table of contents item
128+ │ ├─ toc-item.html # Table of contents item
129+ │ └─ top.html # Back-to-top button
128130├─ 404.html # 404 error page
129131├─ base.html # Base template
130132├─ blog.html # Blog index page
@@ -180,7 +182,7 @@ Then, e.g. to override the site title, add the following lines to `main.html`:
180182` ` `
181183
182184If you intend to __add__ something to a block rather than to replace it
183- altogether with new content, use `{{ super() }}` inside the block to include the
185+ altogether with new content, use `{{ super() }}` inside the block to include the
184186original block content. This is particularly useful when adding third-party
185187scripts to your docs, e.g.
186188
0 commit comments