mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01: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
|
||||
def _badge_for_version_insiders(text: str, page: Page, files: Files):
|
||||
spec = text.replace("insiders-", "")
|
||||
path = f"insiders/changelog.md#{spec}"
|
||||
path = f"insiders/changelog/index.md#{spec}"
|
||||
|
||||
# Return badge
|
||||
icon = "material-tag-heart-outline"
|
||||
|
Loading…
Reference in New Issue
Block a user