Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Aug 22, 2023
1 parent 6ee9df6 commit 382101d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion material/plugins/blog/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def _generate_categories(self, config: MkDocsConfig, files: Files):
file = self._path_to_file(path, config)
files.append(file)

# Create and yield archive view
# Create and yield category view
self._save_to_file(file.abs_src_path, f"# {name}")
yield Category(name, file, config)

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/blog/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def _generate_categories(self, config: MkDocsConfig, files: Files):
file = self._path_to_file(path, config)
files.append(file)

# Create and yield archive view
# Create and yield category view
self._save_to_file(file.abs_src_path, f"# {name}")
yield Category(name, file, config)

Expand Down

0 comments on commit 382101d

Please sign in to comment.