We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98a91f commit ddec01fCopy full SHA for ddec01f
mkdocs_git_authors_plugin/git/repo.py
@@ -130,7 +130,7 @@ def page(self, path):
130
if not self._pages.get(path):
131
from .page import Page
132
133
- self._pages[path] = Page(self, path)
+ self._pages[path] = Page(self, path, self.config("strict"))
134
return self._pages[path]
135
136
def set_config(self, plugin_config):
0 commit comments