mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
neglected to check in built version of shortcodes.py
This commit is contained in:
parent
0c498b4345
commit
d144a1c1f6
@ -145,7 +145,7 @@ def _badge_for_version(text: str, page: Page, files: Files):
|
|||||||
# Create badge for version of Insiders
|
# Create badge for version of Insiders
|
||||||
def _badge_for_version_insiders(text: str, page: Page, files: Files):
|
def _badge_for_version_insiders(text: str, page: Page, files: Files):
|
||||||
spec = text.replace("insiders-", "")
|
spec = text.replace("insiders-", "")
|
||||||
path = f"insiders/changelog.md#{spec}"
|
path = f"insiders/changelog/index.md#{spec}"
|
||||||
|
|
||||||
# Return badge
|
# Return badge
|
||||||
icon = "material-tag-heart-outline"
|
icon = "material-tag-heart-outline"
|
||||||
|
Loading…
Reference in New Issue
Block a user