Skip to content

Commit 974b787

Browse files
authored
2 parents c9e0c1f + 613d5bd commit 974b787

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hooks/mkdocs/G003_social_cards_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def on_page_markdown(
103103
# ref : https://squidfunk.github.io/mkdocs-material/reference#setting-the-page-icon
104104
if page.meta.get("icon"):
105105
cards_layout = "default/variant"
106-
logger.info(
106+
logger.debug(
107107
f"[{hook_name}] La page {page.abs_url} a une icône définie "
108108
f"({page.meta.get('icon')}). Dans ce cas, le modèle de social "
109109
f"card est : {cards_layout}"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ pre-commit>=4.5.1,<5
99
mkdocs-glightbox>=0.5.2,<0.6
1010
mkdocs-material[imaging]>=9.7.1,<9.8
1111
mkdocs-redirects>=1.2.2,<1.3
12-
mkdocs-rss-plugin>=1.17.7,<1.18
12+
mkdocs-rss-plugin>=1.17.9,<1.18

0 commit comments

Comments
 (0)