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 e519d85 commit 5a0cb1bCopy full SHA for 5a0cb1b
mkdocs_rss_plugin/integrations/theme_material_social_plugin.py
@@ -354,15 +354,6 @@ def get_social_card_cache_path_for_page(
354
f"Social card not found in cache folder: {expected_cached_card_path}"
355
)
356
357
- if expected_cached_card_path.is_file():
358
- logger.debug(
359
- f"Social card file found in cache folder: {expected_cached_card_path}"
360
- )
361
- return expected_cached_card_path
362
- else:
363
- logger.debug(f"Not found: {expected_cached_card_path}")
364
- return None
365
-
366
def get_social_card_url_for_page(
367
self,
368
mkdocs_page: MkdocsPageSubset,
0 commit comments