Skip to content

Commit 88470b3

Browse files
committed
Added monochrome logo to icons
1 parent 9c73460 commit 88470b3

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

docs/schema/assets/icons.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2029,6 +2029,7 @@
20292029
"fontawesome/solid/yen-sign",
20302030
"fontawesome/solid/yin-yang",
20312031
"fontawesome/solid/z",
2032+
"logo-monochrome",
20322033
"logo",
20332034
"material/ab-testing",
20342035
"material/abacus",

material/overrides/assets/javascripts/iconsearch_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

material/plugins/blog/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ def _generate_pages(self, view: View, config: MkDocsConfig, files: Files):
618618
# Copy file to temporary directory
619619
copy_file(view.file.abs_src_path, file.abs_src_path)
620620

621-
# Create view and attach to previous page
621+
# Create and yield view
622622
if not isinstance(file.page, View):
623623
yield View(None, file, config)
624624

Lines changed: 3 additions & 0 deletions
Loading

src/plugins/blog/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ def _generate_pages(self, view: View, config: MkDocsConfig, files: Files):
618618
# Copy file to temporary directory
619619
copy_file(view.file.abs_src_path, file.abs_src_path)
620620

621-
# Create view and attach to previous page
621+
# Create and yield view
622622
if not isinstance(file.page, View):
623623
yield View(None, file, config)
624624

0 commit comments

Comments
 (0)