Skip to content

Commit 6d2e500

Browse files
authored
Merge pull request #321 from Vimux/fix-docs-cacheable-widgets-missing-taglist
Fix docs: add `taglist` in the cacheable widgets
2 parents e20f0b2 + 2fb006b commit 6d2e500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎exampleSite/content/docs/customization.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ sections in the example below.
162162

163163
Sidebar strongly affects overall build time, especially if you are using all of our widgets or even more. Widget caching
164164
can significantly improve the generation time. Cached partials remain the same for all affected pages and are not
165-
generated multiple times by Hugo. All built-in widgets (`search`, `recent`, `categories`, `social`, `languages`) support
166-
caching.
165+
generated multiple times by Hugo. All built-in widgets (`search`, `recent`, `categories`, `taglist`, `social`,
166+
`languages`) support caching.
167167

168168
Add `cached = true` inside the corresponding widget's dictionary table to activate caching. For example, to cache the
169169
`recent` widget:

0 commit comments

Comments
 (0)