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 aa0cb33 commit ee8c9f7Copy full SHA for ee8c9f7
blurry/__init__.py
@@ -190,6 +190,9 @@ def write_html_file(
190
write_index_file_creating_path(folder_in_build, html)
191
192
193
+global file_data_by_directory
194
+
195
196
def gather_file_data_by_directory() -> DirectoryFileData:
197
# Sort file data by publishedDate/createdDate, descending, if present
198
file_data_by_directory: DirectoryFileData = {}
0 commit comments