Skip to content

Commit

Permalink
restore zengin
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkrzyskow committed Jun 30, 2024
1 parent 0a15e99 commit bfd8c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nav:
- Home:
- ... | index*.md
- ... | preferences*.md

- zengin
- genome
- contribute
- blog
2 changes: 1 addition & 1 deletion overrides/.hooks/all_plugin_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def _on_files_disconnect_zengin(files: Files, config, *_, **__):

return Files(faster_files)

on_files = plugins.CombinedEvent(_on_files_disconnect_zengin, _on_files_disconnect_blog_files, _on_files_connect_blog_files)
on_files = plugins.CombinedEvent(_on_files_disconnect_blog_files, _on_files_connect_blog_files)


@plugins.event_priority(100)
Expand Down

0 comments on commit bfd8c76

Please sign in to comment.